X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=blobdiff_plain;f=lttng_ivc%2Fsettings.py;h=e21c47b8730a492d02798ba380f412a55a950bf0;hp=8a07dd205ca67b829754d64a6fda72e311b8f140;hb=HEAD;hpb=8fefa4a3dd8905ef46c76a7437d58a8420a5edd4 diff --git a/lttng_ivc/settings.py b/lttng_ivc/settings.py index 8a07dd2..e21c47b 100644 --- a/lttng_ivc/settings.py +++ b/lttng_ivc/settings.py @@ -18,6 +18,9 @@ apps_jul_1 = os.path.join(apps_folder, "jul-1.0") apps_jul_2 = os.path.join(apps_folder, "jul-2.0") apps_python = os.path.join(apps_folder, "python") +traces_folder = os.path.join(base_dir, "traces") +trace_lost_packet = os.path.join(traces_folder, "packet_lost_2_stream") + # Used for checksum validation project_py_file_location = os.path.join(base_dir, "utils/project.py") @@ -30,3 +33,4 @@ lttng_test_procfile = "/proc/lttng-test-filter-event" save_ext = ".lttng" +mi_xsd_file_name = ['mi_lttng.xsd', 'mi-lttng-3.0.xsd']