Skip to content
Snippets Groups Projects
Commit c851aece authored by I. Nüske's avatar I. Nüske
Browse files

TST: Make paths in pylinkahead.ini.template relative to test profile

parent aa571703
No related branches found
No related tags found
2 merge requests!89Integration Test Suggestions - Inttest,!81F local inttests
...@@ -18,7 +18,7 @@ test_server_side_scripting.bin_dir.server=/opt/caosdb/git/caosdb-server/scriptin ...@@ -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 # Location of the files from the pyinttest (i.e. host) perspective. Probably the local extroot
# path plus `/test_insert_files_in_dir/`. # 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 # Location of the files from the caosdb server's perspective. Probably with the same last
# component(s) as the local variant (above). # component(s) as the local variant (above).
...@@ -46,7 +46,7 @@ password=caosdb ...@@ -46,7 +46,7 @@ password=caosdb
## Provide SSL certificate used by the CaosDB server for all tests to ## Provide SSL certificate used by the CaosDB server for all tests to
## run. Some integration tests will fail without a valid certificate here. ## 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 #debug=0
#ssl_insecure=True #ssl_insecure=True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment