From 364c87f790753e2be249f51c80a5d75879292ce4 Mon Sep 17 00:00:00 2001 From: Jimmy Xu Date: Tue, 9 Jan 2018 16:19:21 +0800 Subject: [PATCH] [support-zl2-preview] support zl2-preview region --- integration-cli/autotest/script/run.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/integration-cli/autotest/script/run.sh b/integration-cli/autotest/script/run.sh index 37026bbdc..3eb60a639 100755 --- a/integration-cli/autotest/script/run.sh +++ b/integration-cli/autotest/script/run.sh @@ -30,6 +30,12 @@ then export TARGET_NAME="pkt" export REGION="RegionOne" export DOCKER_HOST="tcp://147.75.195.39:6443" +elif [ "${TARGET_REGION}" = "zl2-preview" ] +then + #test packet with zl2-preview container + export TARGET_NAME="zl2-preview" + export REGION="zl2-preview" + export DOCKER_HOST="tcp://zl2-preview.hyper.sh:6443" else echo "unknow TARGET_REGION:${TARGET_REGION}" exit 1