HC Test: Update VIRL image version used 51/5851/1
authorselias <samelias@cisco.com>
Fri, 24 Mar 2017 12:15:42 +0000 (13:15 +0100)
committerselias <samelias@cisco.com>
Fri, 24 Mar 2017 12:15:42 +0000 (13:15 +0100)
Change-Id: I984a4ce0f8eb49dd3d8d076944e106db4564d467
Signed-off-by: selias <samelias@cisco.com>
bootstrap-hc2vpp-integration.sh
bootstrap-hc2vpp-verify.sh

index eec9eef..21b4ae7 100755 (executable)
@@ -32,15 +32,12 @@ VIRL_SERVER_EXPECTED_STATUS="PRODUCTION"
 STREAM=$1
 OS=$2
 
-if [ "${OS}" == "ubuntu1404" ]; then
-    VIRL_TOPOLOGY=double-ring-nested.trusty
-    VIRL_RELEASE=csit-ubuntu-14.04.4_2016-10-07_1.3
-elif [ "${OS}" == "ubuntu1604" ]; then
+if [ "${OS}" == "ubuntu1604" ]; then
     VIRL_TOPOLOGY=double-ring-nested.xenial
-    VIRL_RELEASE=csit-ubuntu-16.04.1_2016-12-19_1.6
+    VIRL_RELEASE=csit-ubuntu-16.04.1_2017-02-23_1.8
 elif [ "${OS}" == "centos7" ]; then
     VIRL_TOPOLOGY=double-ring-nested.centos7
-    VIRL_RELEASE=csit-centos-7.3-1611
+    VIRL_RELEASE=csit-centos-7.3-1611_2017-02-23_1.4
 fi
 
 SSH_OPTIONS="-i ${VIRL_PKEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error"
index 40e6e4a..57fb8a6 100755 (executable)
@@ -31,15 +31,12 @@ VIRL_SERVER_EXPECTED_STATUS="PRODUCTION"
 
 OS=$1
 
-if [ "${OS}" == "ubuntu1404" ]; then
-    VIRL_TOPOLOGY=double-ring-nested.trusty
-    VIRL_RELEASE=csit-ubuntu-14.04.4_2016-10-07_1.3
-elif [ "${OS}" == "ubuntu1604" ]; then
+if [ "${OS}" == "ubuntu1604" ]; then
     VIRL_TOPOLOGY=double-ring-nested.xenial
-    VIRL_RELEASE=csit-ubuntu-16.04.1_2016-12-19_1.6
+    VIRL_RELEASE=csit-ubuntu-16.04.1_2017-02-23_1.8
 elif [ "${OS}" == "centos7" ]; then
     VIRL_TOPOLOGY=double-ring-nested.centos7
-    VIRL_RELEASE=csit-centos-7.3-1611
+    VIRL_RELEASE=csit-centos-7.3-1611_2017-02-23_1.4
 fi
 
 SSH_OPTIONS="-i ${VIRL_PKEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error"