From c851aece8aa6462823b8f46a7c1360412776f1fc Mon Sep 17 00:00:00 2001 From: "i.nueske" <i.nueske@indiscale.com> Date: Thu, 30 Jan 2025 11:40:52 +0100 Subject: [PATCH] TST: Make paths in pylinkahead.ini.template relative to test profile --- pylinkahead.ini.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylinkahead.ini.template b/pylinkahead.ini.template index 439f8c1..4761458 100644 --- a/pylinkahead.ini.template +++ b/pylinkahead.ini.template @@ -18,7 +18,7 @@ test_server_side_scripting.bin_dir.server=/opt/caosdb/git/caosdb-server/scriptin # Location of the files from the pyinttest (i.e. host) perspective. Probably the local extroot # path plus `/test_insert_files_in_dir/`. -test_files.test_insert_files_in_dir.local=/path/to/linkahead-pyinttest/test_profile/paths/extroot/test_insert_files_in_dir/ +test_files.test_insert_files_in_dir.local=./test_profile/paths/extroot/test_insert_files_in_dir/ # Location of the files from the caosdb server's perspective. Probably with the same last # component(s) as the local variant (above). @@ -46,7 +46,7 @@ password=caosdb ## Provide SSL certificate used by the CaosDB server for all tests to ## run. Some integration tests will fail without a valid certificate here. -cacert=/path/to/cert.pem +cacert=./test_profile/custom/other/cert/caosdb.cert.pem #debug=0 #ssl_insecure=True -- GitLab