Introduce precooked project
[deliverable/lttng-ivc.git] / lttng_ivc / settings.py
index d005bd45cee1457e537cb6da1a8dc1843083e71c..3a67f5a663960ab2bb0cc4fa4f037e59bb5d5293 100644 (file)
@@ -1,2 +1,10 @@
 # All tests are run if empty
+import os
+
 test_only = {"lttng-ust-2.7"}
+
+configuration_file = os.path.dirname(os.path.abspath(__file__)) + "/config.yaml"
+run_configuration_file = os.path.dirname(os.path.abspath(__file__)) + "/run_configuration.yaml"
+
+projects_cache_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/projects_cache"
+git_remote_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/git_remote"
This page took 0.023411 seconds and 5 git commands to generate.