Code Review
/
ves.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
51c2ec7
)
Fix guest parameter
57/23557/1
author
blsaws
<bryan.sullivan@att.com>
Sun, 23 Oct 2016 14:03:29 +0000
(14:03 +0000)
committer
blsaws
<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
patch
|
blob
|
history
diff --git
a/tests/blueprints/tosca-vnfd-hello-ves/start.sh
b/tests/blueprints/tosca-vnfd-hello-ves/start.sh
index
858ddb9
..
5f7ec8a
100755
(executable)
--- 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