diff options
author | bryan <bryan.sullivan@att.com> | 2017-03-07 19:00:44 -0800 |
---|---|---|
committer | bryan <bryan.sullivan@att.com> | 2017-03-07 19:24:19 -0800 |
commit | ae883c68099cede1137220210f7c0768ff4be185 (patch) | |
tree | 0a25614243d1bf594cd3184426a3d85f92368a32 /tests/blueprints | |
parent | 06c6ed512e57d4aa025845c6d373f5e24f2855ad (diff) |
Correct method of launching monitor getting list of port IDs
JIRA VES-1
Change-Id: Ie2cd0ed371c8061fd8564aa32103e9edfdaafdc5
Signed-off-by: bryan <bryan.sullivan@att.com>
Diffstat (limited to 'tests/blueprints')
-rwxr-xr-x | tests/blueprints/tosca-vnfd-hello-ves/start.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/blueprints/tosca-vnfd-hello-ves/start.sh b/tests/blueprints/tosca-vnfd-hello-ves/start.sh index 3222f72..971b314 100755 --- a/tests/blueprints/tosca-vnfd-hello-ves/start.sh +++ b/tests/blueprints/tosca-vnfd-hello-ves/start.sh @@ -202,7 +202,7 @@ setup_monitor () { sed -i -- "/vel_topic_name = /a vdu1_id = $vdu1_id" evel-test-collector/config/collector.conf cp monitor.py evel-test-collector/code/collector/monitor.py - nohup python evel-test-collector/code/collector/monitor.py --config evel-test-collector/config/collector.conf --section default > /dev/null 2>&1 & + nohup python evel-test-collector/code/collector/monitor.py --config evel-test-collector/config/collector.conf --section default > /home/ubuntu/monitor.log } type=$1 |