summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-tests.sh1
-rw-r--r--tests/stop.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index ae102c9..138b3b2 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -6,3 +6,4 @@ curl -X POST http://127.0.0.1:8888/shell/output -d @post_shell_output.json
curl -X POST http://127.0.0.1:8888/session -d @session.json
curl -X POST http://127.0.0.1:8888/poweroff -d @poweroff.json
curl -X POST http://127.0.0.1:8888/reboot -d @reboot.json
+curl -X POST http://127.0.0.1:8888/stop -d @stop.json
diff --git a/tests/stop.json b/tests/stop.json
new file mode 100644
index 0000000..4667303
--- /dev/null
+++ b/tests/stop.json
@@ -0,0 +1 @@
+{ "clients" : [ "192.168.2.1", "192.168.2.2" ] }