Fix guest parameter 57/23557/1
authorblsaws <bryan.sullivan@att.com>
Sun, 23 Oct 2016 14:03:29 +0000 (14:03 +0000)
committerblsaws <bryan.sullivan@att.com>
Sun, 23 Oct 2016 14:03:29 +0000 (14:03 +0000)
JIRA: VES-1

Change-Id: If3d8e1973a9a8f95b42313778caeeeadd28a8dee
Signed-off-by: blsaws <bryan.sullivan@att.com>
tests/blueprints/tosca-vnfd-hello-ves/start.sh

index 858ddb9..5f7ec8a 100755 (executable)
@@ -1,4 +1,5 @@
 
+
 #!/bin/bash
 # Copyright 2016 AT&T Intellectual Property, Inc
 #
@@ -120,7 +121,7 @@ EOF
   Username "hello"
   Password "world"
   FunctionalRole "Collectd VES Agent"
-  GuestRunning $guest
+  GuestRunning false
 </Module>
 </Plugin>
 LoadPlugin virt
@@ -302,5 +303,5 @@ else
   app2_ip=$7
 fi
 
-setup_$type
+setup_$type $1
 exit 0