From 727a109f7d79f8ad182ec3a353198e84fe7dfcdd Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Thu, 30 May 2019 17:56:06 +0200 Subject: #915 add unit test infrastructure for REST API 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. --- tests/config/ogAdmServer.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/config/ogAdmServer.cfg (limited to 'tests/config') diff --git a/tests/config/ogAdmServer.cfg b/tests/config/ogAdmServer.cfg new file mode 100644 index 0000000..aa20113 --- /dev/null +++ b/tests/config/ogAdmServer.cfg @@ -0,0 +1,7 @@ +ServidorAdm=localhost +PUERTO=2008 +USUARIO=test-db +PASSWORD=test-db +datasource=localhost +CATALOG=test-db +INTERFACE=eth1 -- cgit v1.2.3-18-g5258