From 61b9af12c182d40cbeede66c2c9ec52c616fab03 Mon Sep 17 00:00:00 2001 From: pmikus Date: Thu, 6 Oct 2016 10:44:15 +0100 Subject: 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 --- virl_params.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'virl_params.sh') diff --git a/virl_params.sh b/virl_params.sh index e36058d06d..8f6669d989 100644 --- a/virl_params.sh +++ b/virl_params.sh @@ -20,3 +20,6 @@ VIRL_USERNAME=jenkins-in VIRL_PKEY=priv_key VIRL_SERVER_STATUS_FILE="status" VIRL_SERVER_EXPECTED_STATUS="PRODUCTION" + +VIRL_TOPOLOGY=double-ring-nested.xenial +VIRL_RELEASE=csit-ubuntu-16.04.1_2016-10-10_1.4 -- cgit 1.2.3-korg