aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-centos.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-centos.sh')
-rwxr-xr-xbootstrap-centos.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap-centos.sh b/bootstrap-centos.sh
index 2f3ac19ddd..85e3dd42a6 100755
--- a/bootstrap-centos.sh
+++ b/bootstrap-centos.sh
@@ -26,16 +26,16 @@ VIRL_PKEY=priv_key
VIRL_SERVER_STATUS_FILE="status"
VIRL_SERVER_EXPECTED_STATUS="PRODUCTION"
-VIRL_TOPOLOGY=double-ring-nested.centos7
-VIRL_RELEASE=csit-centos-7.3-1611_2017-02-23_1.4
+SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+
+VIRL_TOPOLOGY=$(cat ${SCRIPT_DIR}/VIRL_TOPOLOGY_CENTOS)
+VIRL_RELEASE=$(cat ${SCRIPT_DIR}/VIRL_RELEASE_CENTOS)
SSH_OPTIONS="-i ${VIRL_PKEY} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o BatchMode=yes -o LogLevel=error"
TEST_GROUPS=("l2bd,dhcp,gre,honeycomb,l2xc,lisp,softwire" "cop,telemetry,ipsec,ipv6,rpf,tap,vrf" "fds,iacl,ipv4,policer,vlan,vxlan")
SUITE_PATH="tests.func"
-SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
-
# Create tmp dir
mkdir ${SCRIPT_DIR}/tmp