X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-vpp-honeycomb.sh;h=41bb4db78d1e08593df6175a9282e7fccc72469f;hp=0a59be2a53e5d54527837da6a9c6e1317a2fa671;hb=d7fed63ae2b5d7b3d1f67f572da2d23388f22018;hpb=304462f93d754128ad3de07d59380e7ff77b73f5 diff --git a/bootstrap-vpp-honeycomb.sh b/bootstrap-vpp-honeycomb.sh index 0a59be2a53..41bb4db78d 100755 --- a/bootstrap-vpp-honeycomb.sh +++ b/bootstrap-vpp-honeycomb.sh @@ -160,9 +160,9 @@ 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 +if [ ${retval} -ne "0" ]; then echo "VIRL simulation start failed" exit ${retval} fi @@ -184,7 +184,7 @@ scp ${SSH_OPTIONS} \ topologies/enabled/topology.yaml retval=$? -if [ "$?" -ne "0" ]; then +if [ ${retval} -ne "0" ]; then echo "Failed to copy topology file from VIRL simulation" exit ${retval} fi