diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2019-10-09 14:03:43 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-10-09 15:27:59 +0200 |
commit | 17eeac1284b15ef865e6e8d347a6d490a19b78ae (patch) | |
tree | ee8afb6d6822b9422f2d76956bf8b4ba89ce9458 /tests/run-tests.sh | |
parent | f61fd9a488eca84055c7cec7b617e407bd711a4e (diff) |
#915 Add test for POST /image/restore/basic command
This test covers correction of the command.
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-x | tests/run-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 8c945da..a84ba85 100755 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -16,3 +16,4 @@ curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/image/create -d 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 +curl -X POST -H "Authorization: $API_KEY" http://127.0.0.1:8888/image/restore/basic -d @restore_basic_image.json |