System test feature
[anna.git] / example / diameter / launcher / deployments / test_examples / RxGx / simple.sh
1 #!/bin/sh
2 pkill ADML
3 sleep 1
4 ./run.sh
5 sleep 1
6
7 SCR_DIR=`dirname $0`
8 ./operation.sh "test|report|yes"
9
10 ./operation.sh "test|1|timeout|5000"
11 ./operation.sh "test|1|sendxml2e|$SCR_DIR/05.CCR-I.xml"
12 ./operation.sh "test|1|waitfe|272|0|2001|tc_01_MMTel_DynamicQualification;ggsnNodeHostname.ggsnNodeHostRealm.com;1;629571"
13 ./operation.sh "test|1|sendxml2e|$SCR_DIR/07.AAR-flows.xml"
14 ./operation.sh "test|1|waitfe|265|0|2001|tc_01_MMTel_DynamicQualification;afNodeHostname.afNodeHostRealm.com;1;690434"
15 ./operation.sh "test|1|waitfe|258|1||tc_01_MMTel_DynamicQualification;ggsnNodeHostname.ggsnNodeHostRealm.com;1;629571"
16 ./operation.sh "test|1|sendxml2e|$SCR_DIR/10.RAA-install.xml|6"
17 ./operation.sh "test|1|sendxml2e|$SCR_DIR/17.CCR-T.xml"
18 ./operation.sh "test|1|waitfe|272|0|2001|tc_01_MMTel_DynamicQualification;ggsnNodeHostname.ggsnNodeHostRealm.com;1;629571|H1"
19 ./operation.sh "test|1|waitfe|258|1||tc_01_MMTel_DynamicQualification;ggsnNodeHostname.ggsnNodeHostRealm.com;1;629571"
20 ./operation.sh "test|1|sendxml2e|$SCR_DIR/16.RAA-remove.xml|10"
21
22 #./operation.sh "test|ttps|1"
23