diff options
author | pmikus <pmikus@cisco.com> | 2016-10-06 10:44:15 +0100 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2016-10-14 18:08:02 +0000 |
commit | 61b9af12c182d40cbeede66c2c9ec52c616fab03 (patch) | |
tree | 6e297ce540d9247382d15f617b0a3a050dac8b1b /bootstrap-vpp-honeycomb.sh | |
parent | 909f20348b5aac1207678d1c0af8bbfa50f716c6 (diff) |
CSIT-351: Testing Ubuntu 16.04.1 changes
- Update the repository to get xenial packages
- Update phy topology files with new pass
- Update bootstrap to use new VIRL image
- Update framework to reflect 16.04 dependencies
- CSIT-116: Modify VIRL username/password
Change-Id: I4de44755170fd0481acef34c7c2d9c299bc300da
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-vpp-honeycomb.sh')
-rw-r--r-- | 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 2e89d9d747..70d1e36cf4 100644 --- a/bootstrap-vpp-honeycomb.sh +++ b/bootstrap-vpp-honeycomb.sh @@ -120,7 +120,7 @@ function stop_virl_simulation { VIRL_SID=$(ssh ${SSH_OPTIONS} \ ${VIRL_USERNAME}@${VIRL_SERVER} \ - "start-honeycomb-testcase double-ring-nested") + "start-honeycomb-testcase ${VIRL_TOPOLOGY} -r ${VIRL_RELEASE}") retval=$? if [ "$?" -ne "0" ]; then echo "VIRL simulation start failed" |