Skip to content
Snippets Groups Projects
Commit 753f654a authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

DOC: Extend template of pycaosdb.ini

parent 87116273
No related branches found
No related tags found
1 merge request!2Readme remote server
# -*- mode:conf; -*-
## This sections needs to exist in addition to the usual section
[IntegrationTests]
## These are used by tests of server side scripting. Both paths have
## to point to existing directories in which the CaosDB server has the
## permissions to create and execute scripts.
test_server_side_scripting.bin_dir=/scripting-bin/
test_server_side_scripting.home_dir=/scripting-home/
# location of the files from the pyinttest perspective
## Used by tests of file handling. Specify the path to an existing
## directory in which file tests are performed, once as seen by the
## host and once as seen by the server.
# location of the files from the pyinttest (i.e. host) perspective
test_files.test_insert_files_in_dir.local=/extroot/test_insert_files_in_dir/
# location of the files from the caosdb_servers perspective
test_files.test_insert_files_in_dir.server=/opt/caosdb/mnt/extroot/test_insert_files_in_dir/
......@@ -13,7 +20,8 @@ test_files.test_insert_files_in_dir.server=/opt/caosdb/mnt/extroot/test_insert_f
[Connection]
#url=https://caosdb-server:10443/
#username=admin
#cacert=/cert/caosdb.cert.pem
## Provide SSL certificate used by the CaosDB server for all tests to
## run.
#cacert=/etc/ssl/cert.pem
#debug=0
......
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