diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/run-tests.sh | 1 | ||||
-rw-r--r-- | tests/wol.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh index a543ef0..40c339d 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -1,2 +1,3 @@ curl -X POST http://127.0.0.1:8888/clients -d @post_clients.json curl -X GET http://127.0.0.1:8888/clients +curl -X POST http://127.0.0.1:8888/wol -d @wol.json diff --git a/tests/wol.json b/tests/wol.json new file mode 100644 index 0000000..2a2f799 --- /dev/null +++ b/tests/wol.json @@ -0,0 +1 @@ +{ "type" : "unicast", "clients" : [ { "addr" : "192.168.2.1", "mac" : "00AABBCCDD01" } ] } |