From f9bf76e1f3b39495a9ad61513d842844b89201dc Mon Sep 17 00:00:00 2001 From: Michal Reznik Date: May 19 2017 10:38:54 +0000 Subject: test_caless: mark TestCertinstall intermediate CA tests as xfail mark TestCertinstall intermediate CA tests (http, ds) as xfail until #6959 is solved https://pagure.io/freeipa/issue/6959 Signed-off-by: Michal Reznik Reviewed-By: Stanislav Laznicka --- diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py index dde592f..813294f 100644 --- a/ipatests/test_integration/test_caless.py +++ b/ipatests/test_integration/test_caless.py @@ -1394,12 +1394,14 @@ class TestCertinstall(CALessBase): assert result.returncode > 0 + @pytest.mark.xfail(reason='freeipa ticket 6959') def test_http_intermediate_ca(self): "Install new HTTP certificate issued by intermediate CA" result = self.certinstall('w', 'ca1/subca/server') assert result.returncode == 0, result.stderr_text + @pytest.mark.xfail(reason='freeipa ticket 6959') def test_ds_intermediate_ca(self): "Install new DS certificate issued by intermediate CA"