diff options
author | selias <samelias@cisco.com> | 2016-11-11 10:15:13 +0100 |
---|---|---|
committer | selias <samelias@cisco.com> | 2016-11-11 10:15:13 +0100 |
commit | 23d1d2bf67f91fe4e5bbcce7aa5525ada82342c3 (patch) | |
tree | 9e76d8dd6d569851be3cce6dae19c89505fb4007 /bootstrap-vpp-honeycomb.sh | |
parent | 304462f93d754128ad3de07d59380e7ff77b73f5 (diff) |
CSIT-454: HC Test: fix package installation in csit-honeycomb job
Change-Id: I7614f7a48c989442cb52dd65fb5fe3740f19c603
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'bootstrap-vpp-honeycomb.sh')
-rwxr-xr-x | bootstrap-vpp-honeycomb.sh | 2 |
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" |