summaryrefslogtreecommitdiffstats
path: root/tests/actions.d/power-on-off.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'tests/actions.d/power-on-off.cfg')
-rw-r--r--tests/actions.d/power-on-off.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/actions.d/power-on-off.cfg b/tests/actions.d/power-on-off.cfg
new file mode 100644
index 0000000..d9df57a
--- /dev/null
+++ b/tests/actions.d/power-on-off.cfg
@@ -0,0 +1,2 @@
+name = "Power ON & OFF"
+actions = [ { "command" : "on", "return_code" : "^0$" }, { "command" : "status", "return_code" : "^0$" }, { "command" : "off", "return_code" : "^0$" }, { "command" : "status", "return_code" : "^2$" } ]