summaryrefslogtreecommitdiff
path: root/test/client_id_tests/client_id_test_master_starter.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/client_id_tests/client_id_test_master_starter.sh')
-rwxr-xr-xtest/client_id_tests/client_id_test_master_starter.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/client_id_tests/client_id_test_master_starter.sh b/test/client_id_tests/client_id_test_master_starter.sh
index eea65af..1351fb1 100755
--- a/test/client_id_tests/client_id_test_master_starter.sh
+++ b/test/client_id_tests/client_id_test_master_starter.sh
@@ -45,6 +45,9 @@ if [ ! -z "$USE_LXC_TEST" ]; then
ssh -tt -i $SANDBOX_ROOT_DIR/commonapi_main/lxc-config/.ssh/mgc_lxc/rsa_key_file.pub -o StrictHostKeyChecking=no root@$LXC_TEST_SLAVE_IP "bash -ci \"set -m; cd \\\$SANDBOX_TARGET_DIR/vsomeip_lib/test; ./client_id_test_slave_starter.sh $CLIENT_JSON_FILE\"" &
elif [ ! -z "$USE_DOCKER" ]; then
docker exec $DOCKER_IMAGE sh -c "cd $DOCKER_TESTS && ./client_id_test_slave_starter.sh $CLIENT_JSON_FILE" &
+elif [ ! -z "$JENKINS" ]; then
+ ssh -tt -i $PRV_KEY -o StrictHostKeyChecking=no jenkins@$IP_SLAVE "bash -ci \"set -m; cd $WS_ROOT/build/test; ./client_id_test_slave_starter.sh $CLIENT_JSON_FILE\" >> $WS_ROOT/slave_test_output 2>&1" &
+
else
cat <<End-of-message
*******************************************************************************