summaryrefslogtreecommitdiffstats
path: root/tests/config
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2019-05-30 17:56:06 +0200
committerOpenGnSys Support Team <soporte-og@soleta.eu>2019-05-31 11:35:42 +0200
commit727a109f7d79f8ad182ec3a353198e84fe7dfcdd (patch)
treea73acda1a14a798120321ff065ec2a5c3302e61a /tests/config
parenteb6aa82cd4241db75c223444313b666ae35d1945 (diff)
#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.
Diffstat (limited to 'tests/config')
-rw-r--r--tests/config/ogAdmServer.cfg7
1 files changed, 7 insertions, 0 deletions
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