diff options
author | pmikus <pmikus@cisco.com> | 2016-10-08 08:03:30 +0100 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-10-08 07:19:26 +0000 |
commit | f6d229a1498a0b1f0ad7c76ece111e47d20f90f9 (patch) | |
tree | 49fe6300f6b873ae8c29a635c9cb275c19479296 /bootstrap.sh | |
parent | a8fcf79bbe184a7ef8c813239400cd8c9de89254 (diff) |
Switch VIRL image version to 1.3
- Ubuntu 14.04.4
- Includes all changes in 1.1 and 1.2 (Java 8, Docker, Bridge utils)
- Add StrongSwan package
Change-Id: Iedf7e701e79062de0cd2d11d8d2e78c132d239fc
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 12427d2f5b..671a9a0873 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -194,7 +194,7 @@ for index in "${!VIRL_SERVER[@]}"; do echo "Starting simulation nr. ${index} on VIRL server ${VIRL_SERVER[${index}]}" VIRL_SID[${index}]=$(ssh ${SSH_OPTIONS} \ ${VIRL_USERNAME}@${VIRL_SERVER[${index}]} \ - "start-testcase -c double-ring-nested ${VPP_DEBS_FULL[@]}") + "start-testcase -c double-ring-nested -r csit-ubuntu-14.04.4_2016-10-07_1.3 ${VPP_DEBS_FULL[@]}") retval=$? if [ "$?" -ne "0" ]; then echo "VIRL simulation start failed on ${VIRL_SERVER[${index}]}" |