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=0000000000000000000000000000000000000000;hb=18319deabbc8563fc112795968372e96263e6fe4;hp=b355ea19ab9b421eab647216eb6c888ee6131e24;hpb=fca0f585780127dba2564de6741d2de9a5e59fb4;p=anna.git diff --git a/example/diameter/launcher/deployments/test_examples/endsOk.sh b/example/diameter/launcher/deployments/test_examples/endsOk.sh deleted file mode 100755 index b355ea1..0000000 --- a/example/diameter/launcher/deployments/test_examples/endsOk.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/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 -