X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng_ivc%2Fsettings.py;h=a2a1b2fb7897e4837ed679293b72a9d57beb9597;hb=6aa98db5836fd75fff696f8d894455693ef6001a;hp=3a67f5a663960ab2bb0cc4fa4f037e59bb5d5293;hpb=fe7b987e59efd97e3f6b879cffa4a120dd469b49;p=deliverable%2Flttng-ivc.git diff --git a/lttng_ivc/settings.py b/lttng_ivc/settings.py index 3a67f5a..a2a1b2f 100644 --- a/lttng_ivc/settings.py +++ b/lttng_ivc/settings.py @@ -1,10 +1,17 @@ # All tests are run if empty import os -test_only = {"lttng-ust-2.7"} +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"