From: Yang Xu Date: Tue, 18 Sep 2018 17:15:44 +0000 (-0400) Subject: Add cds option to Robot demo script X-Git-Tag: 1.3.0~37 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F89%2F67389%2F1;p=demo.git Add cds option to Robot demo script Change-Id: I536a34b16f507ab6eb7a0a5c0b99abc895134e62 Issue-ID: CCSDK-537 Signed-off-by: Yang Xu --- diff --git a/boot/robot/demo.sh b/boot/robot/demo.sh index b8df99ee..56cfbabe 100755 --- a/boot/robot/demo.sh +++ b/boot/robot/demo.sh @@ -24,6 +24,9 @@ function usage echo " " echo " demo.sh init_robot [ ]" echo " - Initialize robot after all ONAP VMs have started" + echo " " + echo " demo.sh cds" + echo " - Instantiate vFW service with Controller Design Studio feature for the a demo customer (DemoCust)" echo " " echo " demo.sh instantiateVFW | instantiateVFWCL" echo " - Instantiate vFW or vFWCL module for the a demo customer (DemoCust)" @@ -143,6 +146,10 @@ do VARIABLES="$VARIABLES -v HB_IPV4_OAM_ADDRESS:$1" shift ;; + cds) + TAG="cds" + shift + ;; *) usage exit