summaryrefslogtreecommitdiffstats
path: root/tests/config
Commit message (Collapse)AuthorAgeFilesLines
* #915 Add large HTTP response testJavier Sánchez Parra2021-04-191-0/+41
| | | | | | | | This commit adds a test for HTTP responses that are too large to fit in ogServer response buffer. It also moves the basic sql data used for the other tests to its own file, easing its reuse in several files.
* #915 Use string for tests config portRoberto Hueso Gómez2020-10-071-1/+1
| | | | | This adapts the test configuration to the changes made in the commit fe1ce97c50e575201fe47d7587251e228edf8fdf
* #915 Update run-tests.py to the latest changesRoberto Hueso Gómez2020-10-071-0/+20
| | | | | | This handles changes in: - The host of the DB. - New json config file.
* #986 rename to ogserverOpenGnSys Support Team2020-06-191-0/+0
|
* #915 add support for HTTP AuthorizationOpenGnSys Support Team2019-06-241-0/+1
| | | | Add APITOKEN= field to ogAdmServer.cfg to specify the REST API key.
* #915 add unit test infrastructure for REST APIJavier Sánchez Parra2019-05-311-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.