X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-vpp-honeycomb.sh;h=66d72b0f875c6694a7a1febf3fd56d965864e483;hp=0a59be2a53e5d54527837da6a9c6e1317a2fa671;hb=23d1d2bf67f91fe4e5bbcce7aa5525ada82342c3;hpb=304462f93d754128ad3de07d59380e7ff77b73f5 diff --git a/bootstrap-vpp-honeycomb.sh b/bootstrap-vpp-honeycomb.sh index 0a59be2a53..66d72b0f87 100755 --- a/bootstrap-vpp-honeycomb.sh +++ b/bootstrap-vpp-honeycomb.sh @@ -160,7 +160,7 @@ function stop_virl_simulation { VIRL_SID=$(ssh ${SSH_OPTIONS} \ ${VIRL_USERNAME}@${VIRL_SERVER} \ - "start-testcase ${VIRL_TOPOLOGY} -r ${VIRL_RELEASE}") + "start-testcase -c ${VIRL_TOPOLOGY} -r ${VIRL_RELEASE} ${VPP_DEBS_FULL[@]}") retval=$? if [ "$?" -ne "0" ]; then echo "VIRL simulation start failed"