X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lttng_ivc%2Fsettings.py;h=a2a1b2fb7897e4837ed679293b72a9d57beb9597;hb=97d494b06731f7e39d113e0696af1066bc159363;hp=3a67f5a663960ab2bb0cc4fa4f037e59bb5d5293;hpb=18aedaf96b66a383f46487b7203bc35fc2280900;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"