From: Marco Platania Date: Wed, 1 Aug 2018 16:47:35 +0000 (-0400) Subject: Update demo.sh to make ipv4-oam-address optional X-Git-Tag: 1.3.0~91 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=f291a98589c0d75365c5298c1268ab462bc8c4d8;p=demo.git Update demo.sh to make ipv4-oam-address optional Change-Id: If204432dcd98309edf9509d92e8f0c740deef7e0 Issue-ID: INT-602 Signed-off-by: Marco Platania --- diff --git a/boot/robot/demo.sh b/boot/robot/demo.sh index a5a8e40e..b8df99ee 100755 --- a/boot/robot/demo.sh +++ b/boot/robot/demo.sh @@ -31,7 +31,7 @@ function usage echo " demo.sh deleteVNF " echo " - Delete the module created by instantiateVFW" echo " " - echo " demo.sh heatbridge " + echo " demo.sh heatbridge []" echo " - Run heatbridge against the stack for the given service instance and service" } @@ -130,8 +130,8 @@ do heatbridge) TAG="heatbridge" shift - if [ $# -ne 4 ];then - echo "Usage: demo.sh heatbridge " + if [ $# -lt 3 ];then + echo "Usage: demo.sh heatbridge []" exit fi VARIABLES="$VARIABLES -v HB_STACK:$1"