X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fdiameter%2Flauncher%2Fdeployments%2Ftest_examples%2FendsOk.sh;fp=example%2Fdiameter%2Flauncher%2Fdeployments%2Ftest_examples%2FendsOk.sh;h=b355ea19ab9b421eab647216eb6c888ee6131e24;hb=4c3f0a4d7e4db76996404d80c6f939548fca656f;hp=0000000000000000000000000000000000000000;hpb=c82a3818b279727e943a76343f3cf1a278ac9e19;p=anna.git diff --git a/example/diameter/launcher/deployments/test_examples/endsOk.sh b/example/diameter/launcher/deployments/test_examples/endsOk.sh new file mode 100755 index 0000000..b355ea1 --- /dev/null +++ b/example/diameter/launcher/deployments/test_examples/endsOk.sh @@ -0,0 +1,22 @@ +#!/bin/sh +pkill ADML +sleep 1 +./run.sh +sleep 1 +./operation.sh "test|report|yes" +./operation.sh "test|1|timeout|5000" +./operation.sh "test|1|delay|2000" +./operation.sh "test|1|delay|2000" +# Last timeout ignored: +./operation.sh "test|1|timeout|3000" + +echo "Press ENTER to continue, CTRL+C to abort ..." +read dummy +./operation.sh "test|ttps|1" + +while true +do + sleep 1 + ./operation.sh "test|look|1" +done +