aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorselias <samelias@cisco.com>2016-11-11 10:15:13 +0100
committerselias <samelias@cisco.com>2016-11-11 10:15:13 +0100
commit23d1d2bf67f91fe4e5bbcce7aa5525ada82342c3 (patch)
tree9e76d8dd6d569851be3cce6dae19c89505fb4007
parent304462f93d754128ad3de07d59380e7ff77b73f5 (diff)
CSIT-454: HC Test: fix package installation in csit-honeycomb job
Change-Id: I7614f7a48c989442cb52dd65fb5fe3740f19c603 Signed-off-by: selias <samelias@cisco.com>
-rwxr-xr-xbootstrap-vpp-honeycomb.sh2
1 files changed, 1 insertions, 1 deletions
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"