X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Frun.sh;h=41897003b4774ff531bf63417e54023d7f957c5c;hb=44f1133c8b0087acce42c3cfaf47d011a513423d;hp=731d2ac620ade334a5acd65a9840d1703f56caf9;hpb=a6795a5dec13bccd3113975a206a5e1c44fc3efc;p=doctor.git diff --git a/tests/run.sh b/tests/run.sh index 731d2ac6..41897003 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -210,7 +210,7 @@ start_consumer() { # NOTE(r-mibu): create tunnel to the installer node, so that we can # avoid some network problems dpends on infra and installers. # This tunnel will be terminated by stop_consumer() or after 10 mins passed. - TUNNEL_COMMAND="sudo ssh $ssh_opts $INSTALLER_IP -R $CONSUMER_PORT:localhost:$CONSUMER_PORT 'sleep 600'" + TUNNEL_COMMAND="sudo ssh $ssh_opts $INSTALLER_IP -R $CONSUMER_PORT:localhost:$CONSUMER_PORT sleep 600" $TUNNEL_COMMAND > ssh_tunnel.log 2>&1 < /dev/null & }