System test feature
[anna.git] / example / diameter / launcher / deployments / test_examples / endsOk.sh
1 #!/bin/sh
2 pkill ADML
3 sleep 1
4 ./run.sh
5 sleep 1
6 ./operation.sh "test|report|yes"
7 ./operation.sh "test|1|timeout|5000"
8 ./operation.sh "test|1|delay|2000"
9 ./operation.sh "test|1|delay|2000"
10 # Last timeout ignored:
11 ./operation.sh "test|1|timeout|3000"
12
13 echo "Press ENTER to continue, CTRL+C to abort ..."
14 read dummy
15 ./operation.sh "test|ttps|1"
16
17 while true
18 do
19   sleep 1
20   ./operation.sh "test|look|1"
21 done
22