Skip to content
Snippets Groups Projects
Commit 607bb3b8 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Using correct client config file now.

parent 7f851f5d
No related branches found
No related tags found
1 merge request!1Integration tests for minimal functionality
Pipeline #11437 passed
{
"connections": {
"default": {
"default": "local-caosdb",
"local-caosdb-admin": {
"host": "caosdb-server",
"port": 8443,
"server_certificate_path": "/cert/caosdb.cert.pem",
"authentication": {
"type": "plain",
"username": "admin",
"password": "caosdb"
}
},
"local-caosdb": {
"host": "caosdb-server",
"port": 8443,
"server_certificate_path": "/cert/caosdb.cert.pem",
......@@ -10,5 +21,8 @@
"password": "caosdb"
}
}
},
"extension": {
"this is my": "special option"
}
}
......@@ -15,8 +15,8 @@ Integration tests for caosdb-octavelib and the caosdb-server
# Run tests
0. Create a customized `test/caosdb_client.json` (note the missing dot, this file is in
`.gitignore`) with the local location of certificates.
0. Create a customized `test/caosdb_client.json`, which must have the same connections as the
template in `.docker`. It must have paths to valid TLS certificates.
1. `cd test`
2. Run `octave Run_Test.m`
......
{
"connections": {
"default": "local-caosdb",
"local-caosdb-admin": {
"host": "caosdb-server",
"port": 8443,
"server_certificate_path": "/cert/caosdb.cert.pem",
"authentication": {
"type": "plain",
"username": "admin",
"password": "caosdb"
}
},
"local-caosdb": {
"host": "caosdb-server",
"port": 8443,
"server_certificate_path": "/cert/caosdb.cert.pem",
"authentication": {
"type": "plain",
"username": "admin",
"password": "caosdb"
}
}
},
"extension": {
"this is my": "special option"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment