summaryrefslogtreecommitdiffstats
path: root/tests/run-tests.sh
diff options
context:
space:
mode:
authorRoberto Hueso Gómez <rhueso@soleta.eu>2019-10-07 10:54:42 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-10-07 11:15:28 +0200
commitad4d4bdbbe182eede4079be1e0ea345288a3e3df (patch)
treed123fedc7384362e978b9e5ef3f0cbfabf7ed5a1 /tests/run-tests.sh
parentdbcc83daa56b3cba415acff079809b3e77ae069c (diff)
Add test for POST /image/create command
This test covers correction of the command.
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-xtests/run-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index 0ea97bc..f340f01 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -14,3 +14,4 @@ curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/hardware -d @pos
curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/software -d @post_clients.json
curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/image/create -d @create_image.json
curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/image/restore -d @restore_image.json
+curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/image/setup -d @setup_image.json