X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Frun.sh;h=7531c989eebbd523819caa60fdcb30b54221eb67;hb=38a2b7c629688a1a8b362e1d4ffb5c8cde965dad;hp=01adf689e80fb2d8878d772516894d1190f9f513;hpb=c0a49e9c8f74832ee9f67630275e75e42296fe00;p=doctor.git diff --git a/tests/run.sh b/tests/run.sh index 01adf689..7531c989 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -211,7 +211,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 & }