summaryrefslogtreecommitdiffstats
path: root/clover/test/script/lb-test.sh
diff options
context:
space:
mode:
authorStephen Wong <stephen.kf.wong@gmail.com>2018-04-25 06:27:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-25 06:27:52 +0000
commit4be1d24ba88619d677f2a616239da6fa29bdb78f (patch)
tree0324bdf55fb08ec95fdd72b9d4c7c4cd2c0876fd /clover/test/script/lb-test.sh
parentef270f1c391f5a1ef8b79291b725c8e09f5b17d1 (diff)
parent6c5d33ba097c7cce07487db5a6fa306cb0e9cc8f (diff)
Merge "Experimental commit for A-B testing with Clover Fraser release and on the SDC application"
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