Merge "- Added capability to read flow templates from files"
[integration/test.git] / test / tools / odl-mdsal-clustering-tests / clustering-performance-test / multi-blaster.sh
1 #!/usr/bin/env bash
2
3 echo "Starting Blaster 1:"
4 ./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete &
5
6 echo "Starting Blaster 2:"
7 ./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete --startflow=5000 &
8
9 echo "Starting Blaster 3:"
10 ./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete --startflow=10000 &
11
12 echo "Starting Blaster 4:"
13 ./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete --startflow=15000 &
14
15 echo "Starting Blaster 5:"
16 ./flow_config_blaster.py  --flows=1000 --threads=5 --auth --no-delete --startflow=20000 &
17
18 echo "Done."