X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;ds=sidebyside;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Ftest_examples%2Fcheckings.sh;fp=example%2Fdiameter%2Flauncher%2Fdeployments%2Ftest_examples%2Fcheckings.sh;h=11d0c705f97a4d261ee4d539c7ce31ed18df8780;hb=4c3f0a4d7e4db76996404d80c6f939548fca656f;hp=0000000000000000000000000000000000000000;hpb=c82a3818b279727e943a76343f3cf1a278ac9e19;p=anna.git diff --git a/example/diameter/launcher/deployments/test_examples/checkings.sh b/example/diameter/launcher/deployments/test_examples/checkings.sh new file mode 100755 index 0000000..11d0c70 --- /dev/null +++ b/example/diameter/launcher/deployments/test_examples/checkings.sh @@ -0,0 +1,24 @@ +#!/bin/sh +pkill ADML +sleep 1 +./run.sh +sleep 1 + +./operation.sh "test|1|timeout|5000" +./operation.sh "test|1|delay|5000" +./operation.sh "test|1|waitfe|258|1" +./operation.sh "test|1|waitfc|258|1" +./operation.sh "test|1|sendxml2e|aar.xml|7" + +#for id in `seq 1 2` +#do +# ./operation.sh "test|$id|timeout|5000" +# ./operation.sh "test|$id|delay|5000" +# ./operation.sh "test|$id|sendxml2e|aar${id}.xml" +## ./operation.sh "test|$id|waitfe-answer|2" +## ./operation.sh "test|$id|waitfe|258|1||Session|hbhx" +## ./operation.sh "test|$id|waitfe|258|1|rcxxx|Session" +#done + +#./operation.sh "test|ttps|40" +