aboutsummaryrefslogtreecommitdiffstats
path: root/demo-k8s.sh
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2018-10-28 11:47:13 -0400
committerYang Xu <yang.xu3@huawei.com>2018-10-28 11:50:20 -0400
commit930daeb7247afebeed22430d9dc4607015ac2061 (patch)
tree4c6ee1c86eda557eabb74d0b9956dab864cceefb /demo-k8s.sh
parentab83fd6f873d984e225d80d83834aee657d91c75 (diff)
Add CDS test option to demo-k8s.sh
Change-Id: Id548768e28c8e4f4bd3a402a70d12a71ee0b4bfd Issue-ID: CCSDK-537 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
Diffstat (limited to 'demo-k8s.sh')
-rwxr-xr-xdemo-k8s.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh
index c4124c2..3fe511f 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -160,6 +160,10 @@ do
VARIABLES="$VARIABLES -v HB_SERVICE:$1"
shift
;;
+ cds)
+ TAG="cds"
+ shift
+ ;;
*)
usage
exit