diff options
author | bryan <bryan.sullivan@att.com> | 2017-03-07 13:56:54 -0800 |
---|---|---|
committer | bryan <bryan.sullivan@att.com> | 2017-03-07 13:56:54 -0800 |
commit | 06c6ed512e57d4aa025845c6d373f5e24f2855ad (patch) | |
tree | 92fa7c1681e7de08a332560a7a8290582e4618c5 /tests/blueprints/tosca-vnfd-hello-ves/start.sh | |
parent | f1aeb1ead17016f10ed9e4b9a58181f28e8311c9 (diff) |
Fix traffic and pause actions. Turn off throttling simulation.
JIRA: VES-1
Change-Id: I8e0e7bf8a0b27854bf9bf8bcd1aa5329918e2d8b
Signed-off-by: bryan <bryan.sullivan@att.com>
Diffstat (limited to 'tests/blueprints/tosca-vnfd-hello-ves/start.sh')
-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 03162ec..3222f72 100755 --- a/tests/blueprints/tosca-vnfd-hello-ves/start.sh +++ b/tests/blueprints/tosca-vnfd-hello-ves/start.sh @@ -172,7 +172,7 @@ setup_agent () { echo "$0: Start evel_demo agent" id=$(cut -d ',' -f 3 /mnt/openstack/latest/meta_data.json | cut -d '"' -f 4) - nohup ../output/x86_64/evel_demo --id $id --fqdn $collector_ip --port 30000 --username $username --password $password > /dev/null 2>&1 & + nohup ../output/x86_64/evel_demo --id $id --fqdn $collector_ip --port 30000 --username $username --password $password -x > /dev/null 2>&1 & echo "$0: Start collectd agent running in the VM" setup_collectd true |