Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ogClient is AGPLv3+ | OpenGnSys Support Team | 2021-05-14 | 10 | -34/+28 |
| | | | | Update license header in files. | ||||
* | rename main.py to ogclient | OpenGnSys Support Team | 2020-06-26 | 1 | -1/+1 |
| | |||||
* | add space after Content-Length and Content-Type | OpenGnSys Support Team | 2020-01-28 | 8 | -34/+34 |
| | | | | ogAdmServer needs this space to work fine. | ||||
* | Add /refresh test | Roberto Hueso Gómez | 2020-01-21 | 1 | -0/+43 |
| | | | | This test covers a correct request. | ||||
* | Fix /software command Linux operation | Roberto Hueso Gómez | 2020-01-21 | 1 | -1/+2 |
| | | | | | This patch runs the script InventarioSoftware with the right arguments. This also increases the recv buffer size for the test server. | ||||
* | Add /software test | Roberto Hueso Gómez | 2020-01-21 | 1 | -0/+38 |
| | | | | This test covers a correct request. | ||||
* | Fix /shell/run commands splitting | Roberto Hueso Gómez | 2020-01-21 | 1 | -1/+1 |
| | | | | This patch splits shell commands either with ';' or '\n'. | ||||
* | Add /hardware tests | Roberto Hueso Gómez | 2020-01-21 | 1 | -0/+32 |
| | | | | This tests covers a correct request. | ||||
* | Add test for /run/schedule | Roberto Hueso Gómez | 2020-01-19 | 1 | -0/+28 |
| | | | | This test covers a correct request. | ||||
* | Add test for non-existent function | Roberto Hueso Gómez | 2020-01-19 | 1 | -0/+33 |
| | |||||
* | Add test for sequential /shell/run requests | Roberto Hueso Gómez | 2020-01-19 | 1 | -2/+25 |
| | | | | | | This also fixes test bugs in the cases: - Malformed json - No json | ||||
* | Add /probe tests for multiple probes and extra parameter in json | Roberto Hueso Gómez | 2020-01-19 | 1 | -3/+32 |
| | |||||
* | Remove unnecessary variables from test server | Roberto Hueso Gómez | 2020-01-19 | 1 | -3/+0 |
| | |||||
* | Include License header | Alvaro Neira Ayuso | 2020-01-19 | 5 | -1/+39 |
| | |||||
* | Add /shell/run tests | Roberto Hueso Gómez | 2020-01-19 | 1 | -0/+65 |
| | | | | | | | | These tests cover: - Correct request with echo - Correct request without echo - No json request - Malformed json request | ||||
* | Add /probe tests | Roberto Hueso Gómez | 2020-01-19 | 1 | -0/+42 |
| | | | | | | | These tests cover: - Correct request - No json request - Malformed json request | ||||
* | Add unit testing basic structure | Roberto Hueso Gómez | 2020-01-19 | 3 | -0/+60 |