X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-vpp-honeycomb.sh;fp=bootstrap-vpp-honeycomb.sh;h=70d1e36cf42a690d50c5915d8b0d689d81cbfbd2;hp=2e89d9d747f42213bece9a20c73137465ecb5027;hb=61b9af12c182d40cbeede66c2c9ec52c616fab03;hpb=909f20348b5aac1207678d1c0af8bbfa50f716c6 diff --git a/bootstrap-vpp-honeycomb.sh b/bootstrap-vpp-honeycomb.sh index 2e89d9d747..70d1e36cf4 100644 --- a/bootstrap-vpp-honeycomb.sh +++ b/bootstrap-vpp-honeycomb.sh @@ -120,7 +120,7 @@ function stop_virl_simulation { VIRL_SID=$(ssh ${SSH_OPTIONS} \ ${VIRL_USERNAME}@${VIRL_SERVER} \ - "start-honeycomb-testcase double-ring-nested") + "start-honeycomb-testcase ${VIRL_TOPOLOGY} -r ${VIRL_RELEASE}") retval=$? if [ "$?" -ne "0" ]; then echo "VIRL simulation start failed"