summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0010_post_refresh.py
Commit message (Collapse)AuthorAgeFilesLines
* #915 Extend REST API POST no payload tests to all remaining tests.Roberto Hueso Gómez2019-11-131-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 /refresh REST APIJavier Sánchez Parra2019-07-151-0/+20
This test covers two two scenarios: 1. Correct usage. 2. Incorrect usage, use this command with GET (this returns http 405).