We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4e4fa commit 364c87fCopy full SHA for 364c87f
1 file changed
integration-cli/autotest/script/run.sh
@@ -30,6 +30,12 @@ then
30
export TARGET_NAME="pkt"
31
export REGION="RegionOne"
32
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"
39
else
40
echo "unknow TARGET_REGION:${TARGET_REGION}"
41
exit 1
0 commit comments