Skip to content
Snippets Groups Projects
Verified Commit 2918c109 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: update pycaosdb.ini.template

parent 310bf71f
No related branches found
No related tags found
1 merge request!2Readme remote server
......@@ -4,14 +4,18 @@
## 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 scripting bin dir which is used for the test scripts from the
# pyinttest's perspective.
test_server_side_scripting.bin_dir.local=/mnt/of/scripting-bin/
# location of the scripting bin dir which is used for the test scripts from the
# server's perspective.
test_server_side_scripting.bin_dir.server=/opt/caosdb/scripting-bin/
## 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/
test_files.test_insert_files_in_dir.local=/mnt/of/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/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment