Include babeltre 1.3 testing even if flaky
[deliverable/lttng-ivc.git] / lttng_ivc / tests / babeltrace / live / test_babeltrace_live.py
index b8b81b84b6af96d6d7e40c0be21c46610b92cdd6..9acf35248be90769cc44d8c0a4f6e7b3c800b020 100644 (file)
@@ -1,8 +1,6 @@
 import pytest
 import os
 import shutil
-import signal
-import subprocess
 import time
 import socket
 
@@ -20,10 +18,10 @@ First member: babeltrace label
 Second member: tools label
 """
 test_matrix_live = [
-        #pytest.param("babeltrace-1.3", "lttng-tools-2.7", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")),
-        #pytest.param("babeltrace-1.3", "lttng-tools-2.8", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")) ),
-        #pytest.param("babeltrace-1.3", "lttng-tools-2.9", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")) ),
-        #pytest.param("babeltrace-1.3", "lttng-tools-2.10", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation"))),
+        pytest.param("babeltrace-1.3", "lttng-tools-2.7", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")),
+        pytest.param("babeltrace-1.3", "lttng-tools-2.8", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")),
+        pytest.param("babeltrace-1.3", "lttng-tools-2.9", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")),
+        pytest.param("babeltrace-1.3", "lttng-tools-2.10", marks=pytest.mark.xfail(reason="Flaky test or Flaky babeltrace. Is under investigation")),
         ("babeltrace-1.4", "lttng-tools-2.7"),
         ("babeltrace-1.4", "lttng-tools-2.8"),
         ("babeltrace-1.4", "lttng-tools-2.9"),
@@ -45,7 +43,6 @@ else:
             runtime_matrix_live.append(tup)
 
 
-
 @pytest.mark.parametrize("babeltrace_l,tools_l", runtime_matrix_live)
 def test_babeltrace_live(tmpdir, babeltrace_l, tools_l):
 
This page took 0.024807 seconds and 5 git commands to generate.