Fix typo
[deliverable/lttng-ivc.git] / lttng_ivc / tests / ust_app_vs_ust_tools / test_ust_app_vs_ust_tools.py
index 65564ea25249dc92d35ed6f923b210a2c1a6119c..010cb166ccb2207a9d2f08a00a935b2a64d229e6 100644 (file)
@@ -62,25 +62,6 @@ test_matrix_tracing_available = [
     ("lttng-ust-2.10", "lttng-tools-2.10", "Success"),
 ]
 
-# Only consider test case for which tracing is valid
-test_matrix_app_context = [
-    ("lttng-ust-2.7", "lttng-tools-2.7",  ""),
-    ("lttng-ust-2.7", "lttng-tools-2.8",  ""),
-    ("lttng-ust-2.7", "lttng-tools-2.9",  ""),
-    ("lttng-ust-2.7", "lttng-tools-2.10", ""),
-    ("lttng-ust-2.8", "lttng-tools-2.7",  ""),
-    ("lttng-ust-2.8", "lttng-tools-2.8",  ""),
-    ("lttng-ust-2.8", "lttng-tools-2.9",  ""),
-    ("lttng-ust-2.8", "lttng-tools-2.10", ""),
-    ("lttng-ust-2.9", "lttng-tools-2.7",  ""),
-    ("lttng-ust-2.9", "lttng-tools-2.8",  ""),
-    ("lttng-ust-2.9", "lttng-tools-2.9",  ""),
-    ("lttng-ust-2.9", "lttng-tools-2.10", ""),
-    ("lttng-ust-2.10", "lttng-tools-2.7", ""),
-    ("lttng-ust-2.10", "lttng-tools-2.8", ""),
-    ("lttng-ust-2.10", "lttng-tools-2.9", ""),
-    ("lttng-ust-2.10", "lttng-tools-2.10", ""),
-]
 
 """
 Statedump are supported starting at lttng-ust >= 2.9.
@@ -103,7 +84,7 @@ test_matrix_starglobing_enabler = [
 
 runtime_matrix_tracing_available = []
 runtime_matrix_regen_statedump = []
-runtime_rix_starglobing_enabler = []
+runtime_matrix_starglobing_enabler = []
 
 if not Settings.test_only:
     runtime_matrix_tracing_available = test_matrix_tracing_available
@@ -165,6 +146,7 @@ def test_ust_app_tracing_available(tmpdir, ust_label, tools_label, outcome):
         runtime_app.run(cmd, cwd=app_path)
 
         # Stop tracing
+        runtime_tools.run('lttng stop')
         runtime_tools.run('lttng destroy -a')
         cp = runtime_tools.subprocess_terminate(sessiond)
         if cp.returncode != 0:
@@ -240,6 +222,7 @@ def test_ust_app_regen_statedump(tmpdir, ust_label, tools_label, success):
         utils.create_empty_file(app_sync_end)
 
         # Stop tracing
+        runtime_tools.run('lttng stop')
         runtime_tools.run('lttng destroy -a')
         cp = runtime_tools.subprocess_terminate(sessiond)
         if cp.returncode != 0:
@@ -308,6 +291,7 @@ def test_ust_app_starglobing_enabler(tmpdir, ust_label, tools_label, scenario):
         runtime_app.run(cmd, cwd=app_path)
 
         # Stop tracing
+        runtime_tools.run('lttng stop')
         runtime_tools.run('lttng destroy -a')
         cp = runtime_tools.subprocess_terminate(sessiond)
         if cp.returncode != 0:
This page took 0.024283 seconds and 5 git commands to generate.