- Added capability to read flow templates from files
[integration/test.git] / test / tools / odl-mdsal-clustering-tests / clustering-performance-test / multi-blaster.sh
diff --git a/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/multi-blaster.sh b/test/tools/odl-mdsal-clustering-tests/clustering-performance-test/multi-blaster.sh
new file mode 100755 (executable)
index 0000000..f4296a1
--- /dev/null
@@ -0,0 +1,18 @@
+#!/usr/bin/env bash
+
+echo "Starting Blaster 1:"
+./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete &
+
+echo "Starting Blaster 2:"
+./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete --startflow=5000 &
+
+echo "Starting Blaster 3:"
+./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete --startflow=10000 &
+
+echo "Starting Blaster 4:"
+./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete --startflow=15000 &
+
+echo "Starting Blaster 5:"
+./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete --startflow=20000 &
+
+echo "Done."