Licensing information
[deliverable/lttng-ivc.git] / lttng_ivc / tests / ust_app_vs_ust_tools / test_ust_app_vs_ust_tools.py
index c67c46231c59309e8c460e5907028d57ef7256de..2190c4dcddf8c556caba19edd7da75f0cb310cf0 100644 (file)
@@ -1,3 +1,23 @@
+# Copyright (c) 2017 Jonathan Rajotte-Julien <jonathan.rajotte-julien@efficios.com>
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to deal
+# in the Software without restriction, including without limitation the rights
+# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+# copies of the Software, and to permit persons to whom the Software is
+# furnished to do so, subject to the following conditions:
+#
+# The above copyright notice and this permission notice shall be included in all
+# copies or substantial portions of the Software.
+#
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+# SOFTWARE.
+
 import pytest
 import os
 import shutil
@@ -62,25 +82,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 +104,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
This page took 0.026237 seconds and 5 git commands to generate.