summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/blueprints/tosca-vnfd-hello-ves/start.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/blueprints/tosca-vnfd-hello-ves/start.sh b/tests/blueprints/tosca-vnfd-hello-ves/start.sh
index 858ddb9..5f7ec8a 100755
--- a/tests/blueprints/tosca-vnfd-hello-ves/start.sh
+++ b/tests/blueprints/tosca-vnfd-hello-ves/start.sh
@@ -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