summaryrefslogtreecommitdiffstats
path: root/clover/test/script
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-04-18 16:27:59 -0700
committerStephen Wong <stephen.kf.wong@gmail.com>2018-04-23 23:27:19 -0700
commit6c5d33ba097c7cce07487db5a6fa306cb0e9cc8f (patch)
tree796b3f2bdee422fedf2d70d1120497b0c8036431 /clover/test/script
parent867c4309a10df56eeb5098a78956e5d6951b8ba4 (diff)
Experimental commit for A-B testing with Clover Fraser release
and on the SDC application Change-Id: I6e1bd84a6d674a2c4c4484722b20415f5402a59c Signed-off-by: Stephen Wong <stephen.kf.wong@gmail.com>
Diffstat (limited to 'clover/test/script')
-rwxr-xr-xclover/test/script/lb-test.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/clover/test/script/lb-test.sh b/clover/test/script/lb-test.sh
new file mode 100755
index 0000000..4d10386
--- /dev/null
+++ b/clover/test/script/lb-test.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+for i in `seq 1 20`;
+do
+ #wget http://10.244.0.1:32580/
+ wget http://$1:$2/
+ sleep 1
+done