summaryrefslogtreecommitdiffstats
path: root/tests/run-tests.sh
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2019-10-08 12:43:55 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-10-08 14:01:14 +0200
commit74061887ee64f5f04c444be1341f83568bb8319e (patch)
tree9801987383be60a6feb60cd1530cf519a6deed49 /tests/run-tests.sh
parent01e77f4cb263497f543b7dbc7730decd7e6808ca (diff)
#915 Add test for POST /image/create/basic 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 f340f01..8c945da 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -15,3 +15,4 @@ curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/software -d @pos
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
+curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/image/create/basic -d @create_basic_image.json