summaryrefslogtreecommitdiffstats
path: root/clover/test/script/lb-test.sh
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-24 23:21:15 +0000
commit3f5525394a425921a9cda35dd381d527a19ca128 (patch)
tree4c6d2421982cfb950d47af5eb4263956847c6483 /clover/test/script/lb-test.sh
parent8d8abe26ba133345213b4afaca729659ad81c385 (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/lb-test.sh')
-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