Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 Extend REST API POST no payload tests to all remaining tests. | Roberto Hueso Gómez | 2019-11-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | This patch extends tests for requests without any payload in the following REST API POST functions: - /clients - /wol - /shell/run - /shell/output - /session - /poweroff - /reboot - /stop - /refresh - /hardware - /software | ||||
* | #915 adds test for POST /poweroff REST API | Javier Sánchez Parra | 2019-07-15 | 1 | -0/+20 |
This test covers two two scenarios: 1. Correct usage. 2. Incorrect usage, use this command with GET (this returns http 405). |