-
Notifications
You must be signed in to change notification settings - Fork 0
/
62-launch-test.sh
14 lines (7 loc) · 1.09 KB
/
62-launch-test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
cd ../openbach-extra/executors/references
rep=$1
#read -p 'results repository : ' rep
python3 executor_network_global.py fournuc --controller 10.10.0.5 --login openbach --password openbach --server-entity nuc1 --client-entity nuc3 --server-ip 10.10.1.1 --client-ip 100.100.2.3 --rate-limit 1G --loss-measurement --post-processing-entity ctrl run --file time_series figure --file histogram figure --data /home/star/$rep/1-3
python3 executor_network_global.py fournuc --controller 10.10.0.5 --login openbach --password openbach --server-entity nuc2 --client-entity nuc3 --server-ip 100.100.2.2 --client-ip 100.100.2.3 --rate-limit 1G --loss-measurement --post-processing-entity ctrl run --file time_series figure --file histogram figure --data /home/star/$rep/2-3
python3 executor_network_global.py fournuc --controller 10.10.0.5 --login openbach --password openbach --server-entity nuc1 --client-entity nuc2 --server-ip 10.10.1.1 --client-ip 10.10.1.2 --rate-limit 1G --loss-measurement --post-processing-entity ctrl run --file time_series figure --file histogram figure --data /home/star/$rep/1-2