Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 364c87f

Browse files
committed
[support-zl2-preview] support zl2-preview region
1 parent 3e4e4fa commit 364c87f

File tree

1 file changed

+6
-0
lines changed
  • integration-cli/autotest/script

1 file changed

+6
-0
lines changed

integration-cli/autotest/script/run.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ then
3030
export TARGET_NAME="pkt"
3131
export REGION="RegionOne"
3232
export DOCKER_HOST="tcp://147.75.195.39:6443"
33+
elif [ "${TARGET_REGION}" = "zl2-preview" ]
34+
then
35+
#test packet with zl2-preview container
36+
export TARGET_NAME="zl2-preview"
37+
export REGION="zl2-preview"
38+
export DOCKER_HOST="tcp://zl2-preview.hyper.sh:6443"
3339
else
3440
echo "unknow TARGET_REGION:${TARGET_REGION}"
3541
exit 1

0 commit comments

Comments
 (0)