System test feature
[anna.git] / example / diameter / launcher / deployments / test_examples / endsOk.sh
diff --git a/example/diameter/launcher/deployments/test_examples/endsOk.sh b/example/diameter/launcher/deployments/test_examples/endsOk.sh
new file mode 100755 (executable)
index 0000000..b355ea1
--- /dev/null
@@ -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
+