Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 Fix POST /setup test | Diego Crespo Quinta | 2020-12-02 | 1 | -0/+1 |
| | | | | Add new type field to json. | ||||
* | #915 Test malformed payload for POST commands | Roberto Hueso Gómez | 2019-11-14 | 1 | -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 API | Roberto Hueso Gómez | 2019-11-13 | 1 | -0/+47 |
This patch renames the setup command to avoid semantic confusion. |