summaryrefslogtreecommitdiffstats
path: root/tests/vHello_VES.sh
diff options
context:
space:
mode:
authorBryan Sullivan <bryan.sullivan@att.com>2016-10-15 08:39:52 -0700
committerBryan Sullivan <bryan.sullivan@att.com>2016-10-15 08:41:36 -0700
commita939d3cda9fef3a935dc6176ab88241619eb344c (patch)
tree4a872c3d62d39582bc794a3bd2a5ce7ac65ab467 /tests/vHello_VES.sh
parent85f08452151ec648e180b4500c0da589999b99df (diff)
Fix agent startup, add monitor.py and favicon
JIRA: VES-1 Report intended traffic measurement at agent Change-Id: I587150f80eebfdd4b1efaafc48b78db30dd33468 Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
Diffstat (limited to 'tests/vHello_VES.sh')
-rw-r--r--tests/vHello_VES.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vHello_VES.sh b/tests/vHello_VES.sh
index 206eec5..95d3f4f 100644
--- a/tests/vHello_VES.sh
+++ b/tests/vHello_VES.sh
@@ -254,10 +254,10 @@ collector () {
ssh -i /tmp/vHello.pem -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@$VDU2_IP << 'EOF'
sudo kill $(ps -ef | grep evel-test-collector | awk '{print $2}')
cd /home/ubuntu/
-python evel-test-collector/code/collector/collector.py \
+nohup python evel-test-collector/code/collector/collector.py \
--config evel-test-collector/config/collector.conf \
--section default \
- --verbose >~/ves.log
+ --verbose >~/ves.log &
EOF
}