Multiple framework fixes
[deliverable/lttng-ivc.git] / lttng_ivc / settings.py
index d005bd45cee1457e537cb6da1a8dc1843083e71c..a2a1b2fb7897e4837ed679293b72a9d57beb9597 100644 (file)
@@ -1,2 +1,17 @@
 # All tests are run if empty
-test_only = {"lttng-ust-2.7"}
+import os
+
+test_only = {}
+
+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"
+app_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/git_remote"
+apps_folder = os.path.dirname(os.path.abspath(__file__)) + "/apps"
+apps_gen_events_folder = os.path.join(apps_folder, "gen_ust_events")
+
+tmp_object_prefix = "lttng-ivc-"
+
+default_babeltrace = "babeltrace-1.5"
This page took 0.023791 seconds and 5 git commands to generate.