diff options
author | Javier Sánchez Parra <jsanchez@soleta.eu> | 2019-05-30 17:56:06 +0200 |
---|---|---|
committer | OpenGnSys Support Team <soporte-og@soleta.eu> | 2019-05-31 11:35:42 +0200 |
commit | 727a109f7d79f8ad182ec3a353198e84fe7dfcdd (patch) | |
tree | a73acda1a14a798120321ff065ec2a5c3302e61a /tests/config | |
parent | eb6aa82cd4241db75c223444313b666ae35d1945 (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.cfg | 7 |
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 |