ogserver/tests
Roberto Hueso Gómez 1a8ada191f #915: Add POST /image/create command to REST API in ogAdmServer
This patch implements the command "image/create" that creates an image
in a client.

    Request:
            POST /image/create
	    { "clients" : [ "192.168.2.1" ], "disk" : "1", "partition" : "1", "code" : "1", "id" : "1", "name" : "test", "repository" : "192.168.2.2" }
    Reply:
            200 OK
2019-10-01 12:56:10 +02:00
..
config #915 add support for HTTP Authorization 2019-06-24 13:42:25 +02:00
units #915: Return 400 status code in POST methods when no payload is attached 2019-09-19 16:06:03 +02:00
clients.json #915 add clients command to REST API in ogAdmServer 2019-05-27 13:02:45 +02:00
create_image.json #915: Add POST /image/create command to REST API in ogAdmServer 2019-10-01 12:56:10 +02:00
post_clients.json #915 add initial REST API for ogAdmServer 2019-05-27 13:02:37 +02:00
post_shell_output.json #915 add POST shell/output command to REST API in ogAdmServer 2019-05-27 13:03:00 +02:00
post_shell_run.json #915 add run command to REST API in ogAdmServer 2019-05-27 13:02:57 +02:00
poweroff.json #915 add POST poweroff command to REST API in ogAdmServer 2019-05-30 15:32:01 +02:00
reboot.json #915 add POST reboot command to REST API in ogAdmServer 2019-05-30 15:32:18 +02:00
run-tests.py #915 check ogAdmServer binary existence when running pythong tests 2019-08-28 17:54:57 +02:00
run-tests.sh #915: Add POST /image/create command to REST API in ogAdmServer 2019-10-01 12:56:10 +02:00
session.json #915 add POST session command to REST API in ogAdmServer 2019-05-27 13:03:05 +02:00
stop.json #915 add POST stop command to REST API in ogAdmServer 2019-05-30 15:32:22 +02:00
wol.json #915 add wol command to REST API in ogAdmServer 2019-05-27 13:02:52 +02:00