X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=blobdiff_plain;f=lttng_ivc%2Fsettings.py;h=3a67f5a663960ab2bb0cc4fa4f037e59bb5d5293;hp=d005bd45cee1457e537cb6da1a8dc1843083e71c;hb=fe7b987e59efd97e3f6b879cffa4a120dd469b49;hpb=de9b991ba1163882d83d4b60030014fedb8300cc diff --git a/lttng_ivc/settings.py b/lttng_ivc/settings.py index d005bd4..3a67f5a 100644 --- a/lttng_ivc/settings.py +++ b/lttng_ivc/settings.py @@ -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"