Add CDS test option to demo-k8s.sh 64/71364/1
authorYang Xu <yang.xu3@huawei.com>
Sun, 28 Oct 2018 15:47:13 +0000 (11:47 -0400)
committerYang Xu <yang.xu3@huawei.com>
Sun, 28 Oct 2018 15:50:20 +0000 (11:50 -0400)
Change-Id: Id548768e28c8e4f4bd3a402a70d12a71ee0b4bfd
Issue-ID: CCSDK-537
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
kubernetes/robot/demo-k8s.sh

index c4124c2..3fe511f 100755 (executable)
@@ -160,6 +160,10 @@ do
                        VARIABLES="$VARIABLES -v HB_SERVICE:$1"
                        shift
                        ;;
+       cds)
+                       TAG="cds"
+                       shift
+                       ;;
        *)
                        usage
                        exit