From 2918c109aa332c07a194e6fe859a1d07a0dffc6d Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Mon, 6 Jul 2020 16:07:31 +0200
Subject: [PATCH] WIP: update pycaosdb.ini.template

---
 pycaosdb.ini.template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/pycaosdb.ini.template b/pycaosdb.ini.template
index d41937d..8031676 100644
--- a/pycaosdb.ini.template
+++ b/pycaosdb.ini.template
@@ -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/
 
-- 
GitLab