summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-10-23 14:03:29 +0000
committerblsaws <bryan.sullivan@att.com>2016-10-23 14:03:29 +0000
commit1995784862923e2578dd93ebff68756c8fa4770b (patch)
treef4fcbbd27db77f79e39ea84b9b9fccbc1e497dae
parent51c2ec73366c7bf611b8d55741ce930ba160955a (diff)
Fix guest parameter
JIRA: VES-1 Change-Id: If3d8e1973a9a8f95b42313778caeeeadd28a8dee Signed-off-by: blsaws <bryan.sullivan@att.com>
-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