From f0aaaded58aa5268da6be9735fb643b2a48455de Mon Sep 17 00:00:00 2001 From: Simon Crowle <sgc@it-innovation.soton.ac.uk> Date: Mon, 19 Feb 2018 14:00:16 +0000 Subject: [PATCH] Minor update to testing procedure --- test/streaming/manual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/streaming/manual.md b/test/streaming/manual.md index a9e6be6..0b55f5b 100644 --- a/test/streaming/manual.md +++ b/test/streaming/manual.md @@ -40,9 +40,9 @@ The following command brings up the services ### Run the automated test -To run the load test using the following command +To run the load test using the following command (here, the last parameter '15' refers to the number of VLC player clients to be launched): -`vagrant --infra=streaming ssh loadtest-streaming -- "/vagrant/test/streaming/run.sh"` +`vagrant --infra=streaming ssh loadtest-streaming -- "/vagrant/test/streaming/run.sh /home/ubuntu/test/streaming http://192.168.50.11/test_video/stream.mpd 15` This test currently just generates the load and does not have any assertions. It breaks at 1000. -- GitLab