adfa6b5493c363a15d4f6a694387f978cbf0792e
[deliverable/lttng-ivc.git] / lttng_ivc / settings.py
1 # All tests are run if empty
2 import os
3
4 test_only = {}
5
6 configuration_file = os.path.dirname(os.path.abspath(__file__)) + "/config.yaml"
7 run_configuration_file = os.path.dirname(os.path.abspath(__file__)) + "/run_configuration.yaml"
8
9 projects_cache_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/projects_cache"
10 git_remote_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/git_remote"
11 app_folder = os.path.dirname(os.path.abspath(__file__)) + "/runtime/git_remote"
12 apps_folder = os.path.dirname(os.path.abspath(__file__)) + "/apps"
13 apps_gen_events_folder = os.path.join(apps_folder, "gen_ust_events")
14 apps_preload_provider_folder = os.path.join(apps_folder, "preload_provider")
15
16 tmp_object_prefix = "lttng-ivc-"
17
18 default_babeltrace = "babeltrace-1.5"
This page took 0.033396 seconds and 4 git commands to generate.