System test feature
[anna.git] / example / diameter / launcher / deployments / test_examples / checkings.sh
1 #!/bin/sh
2 pkill ADML
3 sleep 1
4 ./run.sh
5 sleep 1
6
7 ./operation.sh "test|1|timeout|5000"
8 ./operation.sh "test|1|delay|5000"
9 ./operation.sh "test|1|waitfe|258|1"
10 ./operation.sh "test|1|waitfc|258|1"
11 ./operation.sh "test|1|sendxml2e|aar.xml|7"
12
13 #for id in `seq 1 2`
14 #do
15 #  ./operation.sh "test|$id|timeout|5000"
16 #  ./operation.sh "test|$id|delay|5000"
17 #  ./operation.sh "test|$id|sendxml2e|aar${id}.xml"
18 ##  ./operation.sh "test|$id|waitfe-answer|2"
19 ##  ./operation.sh "test|$id|waitfe|258|1||Session|hbhx"
20 ##  ./operation.sh "test|$id|waitfe|258|1|rcxxx|Session"
21 #done
22
23 #./operation.sh "test|ttps|40"
24