Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-octaveinttest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-octaveinttest
Commits
607bb3b8
Commit
607bb3b8
authored
3 years ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
FIX: Using correct client config file now.
parent
7f851f5d
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Integration tests for minimal functionality
Pipeline
#11437
passed
3 years ago
Stage: info
Stage: setup
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.docker/caosdb-client.json
+15
-1
15 additions, 1 deletion
.docker/caosdb-client.json
README.md
+2
-2
2 additions, 2 deletions
README.md
test/.caosdb_client.json
+0
-28
0 additions, 28 deletions
test/.caosdb_client.json
with
17 additions
and
31 deletions
.docker/caosdb-client.json
+
15
−
1
View file @
607bb3b8
{
"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"
}
}
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
607bb3b8
...
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
test/.caosdb_client.json
deleted
100644 → 0
+
0
−
28
View file @
7f851f5d
{
"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"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment