test-signal-socket: new version of eurocon scripts
[p2p-testing-infrastructure.git] / Utils / test-socket-signal / test / eurocon / all_run_suspend
1 #!/bin/bash
2
3 if test $# -ne 5; then
4         echo "Usage: $0 host1 port1 host2 port2 id" 1>&2
5         exit 1
6 fi
7
8 host1=$1
9 port1=$2
10 host2=$3
11 port2=$4
12 ID=$5
13
14 for ts in 4 8 16 32 64 128 256 512; do
15         ./remote_run_suspend $host1 $port1 $host2 $port2 $ts $ID
16 done