summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0018_post_setup.py
Commit message (Collapse)AuthorAgeFilesLines
* #915 Fix POST /setup testDiego Crespo Quinta2020-12-021-0/+1
| | | | Add new type field to json.
* #915 Test malformed payload for POST commandsRoberto Hueso Gómez2019-11-141-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | This patch includes tests for the remaining REST API commands: POST /shell/output POST /session POST /poweroff POST /reboot POST /stop POST /refresh POST /hardware POST /software POST /image/create POST /image/restore POST /setup POST /image/create/basic POST /image/create/incremental POST /image/restore/basic POST /image/restore/incremental POST /run/schedule This test covers requests that are missing one of the parameters in its payload.
* #915 Rename POST /image/setup for /setup in REST APIRoberto Hueso Gómez2019-11-131-0/+47
This patch renames the setup command to avoid semantic confusion.