From: selias Date: Fri, 11 Nov 2016 09:15:13 +0000 (+0100) Subject: CSIT-454: HC Test: fix package installation in csit-honeycomb job X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=23d1d2bf67f91fe4e5bbcce7aa5525ada82342c3;hp=304462f93d754128ad3de07d59380e7ff77b73f5 CSIT-454: HC Test: fix package installation in csit-honeycomb job Change-Id: I7614f7a48c989442cb52dd65fb5fe3740f19c603 Signed-off-by: selias --- 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"