Merge "Add CDS test option to demo-k8s.sh"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Mon, 29 Oct 2018 13:24:17 +0000 (13:24 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 29 Oct 2018 13:24:17 +0000 (13:24 +0000)
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