diff options
Diffstat (limited to 'tests/actions.d/sleep.cfg')
-rw-r--r-- | tests/actions.d/sleep.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/actions.d/sleep.cfg b/tests/actions.d/sleep.cfg new file mode 100644 index 0000000..c0fad72 --- /dev/null +++ b/tests/actions.d/sleep.cfg @@ -0,0 +1,2 @@ +name = "Pure Sleep" +actions = [ { "command" : "sleep(1)", "return_code" : "^0$" }, { "command" : "sleep(3)", "return_code" : "^0$" }, { "command" : "sleep(5)", "return_code" : "^0$" } ] |