Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #915 Use string for tests config port | Roberto Hueso Gómez | 2020-10-07 | 1 | -1/+1 |
| | | | | | This adapts the test configuration to the changes made in the commit fe1ce97c50e575201fe47d7587251e228edf8fdf | ||||
* | #915 Update run-tests.py to the latest changes | Roberto Hueso Gómez | 2020-10-07 | 1 | -0/+20 |
| | | | | | | This handles changes in: - The host of the DB. - New json config file. | ||||
* | #986 rename to ogserver | OpenGnSys Support Team | 2020-06-19 | 1 | -0/+0 |
| | |||||
* | #915 add support for HTTP Authorization | OpenGnSys Support Team | 2019-06-24 | 1 | -0/+1 |
| | | | | Add APITOKEN= field to ogAdmServer.cfg to specify the REST API key. | ||||
* | #915 add unit test infrastructure for REST API | Javier Sánchez Parra | 2019-05-31 | 1 | -0/+7 |
This python script creates a database and starts ogAdmServer to run the tests. This requires root to be launched: # ./run-tests.py From the 'tests' folder. |