tox: base test command and positional arguments
[deliverable/lttng-ivc.git] / lttng_ivc / settings.py
index 8a07dd205ca67b829754d64a6fda72e311b8f140..e21c47b8730a492d02798ba380f412a55a950bf0 100644 (file)
@@ -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']
This page took 0.023199 seconds and 5 git commands to generate.