summaryrefslogtreecommitdiffstats
path: root/tests/units/test_0003_shellrun.py
Commit message (Collapse)AuthorAgeFilesLines
* ogClient is AGPLv3+OpenGnSys Support Team2021-05-141-3/+3
| | | | Update license header in files.
* add space after Content-Length and Content-TypeOpenGnSys Support Team2020-01-281-15/+15
| | | | ogAdmServer needs this space to work fine.
* Fix /shell/run commands splittingRoberto Hueso Gómez2020-01-211-1/+1
| | | | This patch splits shell commands either with ';' or '\n'.
* Add test for sequential /shell/run requestsRoberto Hueso Gómez2020-01-191-2/+25
| | | | | | This also fixes test bugs in the cases: - Malformed json - No json
* Include License headerAlvaro Neira Ayuso2020-01-191-0/+8
|
* Add /shell/run testsRoberto Hueso Gómez2020-01-191-0/+65
These tests cover: - Correct request with echo - Correct request without echo - No json request - Malformed json request