From f291a98589c0d75365c5298c1268ab462bc8c4d8 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 1 Aug 2018 12:47:35 -0400 Subject: Update demo.sh to make ipv4-oam-address optional Change-Id: If204432dcd98309edf9509d92e8f0c740deef7e0 Issue-ID: INT-602 Signed-off-by: Marco Platania --- boot/robot/demo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'boot') 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" -- cgit 1.2.3-korg