From 753f654ab9f0c345bb71342948c51fe505904419 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Thu, 2 Jul 2020 17:35:06 +0200 Subject: [PATCH] DOC: Extend template of pycaosdb.ini --- pycaosdb.ini.template | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pycaosdb.ini.template b/pycaosdb.ini.template index 8f1d9d4..c253689 100644 --- a/pycaosdb.ini.template +++ b/pycaosdb.ini.template @@ -1,9 +1,16 @@ # -*- 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 -- GitLab