Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #915 adds test for POST /software 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). | |||||
* | #915 adds test for POST /hardware 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). | |||||
* | #915 adds test for POST /refresh 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). | |||||
* | #915 adds test for POST /stop 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). | |||||
* | #915 adds test for POST /reboot 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). | |||||
* | #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). | |||||
* | #915 tests correct command, /session | Javier Sánchez Parra | 2019-07-15 | 1 | -1/+1 | |
| | | | | This should test /shell/run instead of /session | |||||
* | #915 Improve test output using unittest discover | Javier Sánchez Parra | 2019-07-05 | 6 | -0/+0 | |
| | | | | | | | | * Call the tests with python module unittest. In particular, the discover function. * Rename tests files to meet the default requirements of discover function. | |||||
* | #915 Add API token to tests in ogAdmServer/tests/units/* | Javier Sánchez Parra | 2019-06-24 | 6 | -12/+20 | |
| | | | | Add token parameter in REST API test infrastructure. | |||||
* | #915 add test for POST /session REST API | Javier Sánchez Parra | 2019-05-31 | 1 | -0/+20 | |
| | ||||||
* | #915 add test for POST /shell/output REST API | Javier Sánchez Parra | 2019-05-31 | 1 | -0/+18 | |
| | ||||||
* | #915 add test for POST /shell/run REST API | Javier Sánchez Parra | 2019-05-31 | 1 | -0/+18 | |
| | ||||||
* | #915 add test for POST /wol REST API | Javier Sánchez Parra | 2019-05-31 | 1 | -0/+20 | |
| | ||||||
* | #915 add test for POST /clients REST API | Javier Sánchez Parra | 2019-05-31 | 1 | -0/+19 | |
| | ||||||
* | #915 add test for GET /clients REST API | Javier Sánchez Parra | 2019-05-31 | 1 | -0/+18 | |