From d5e84d70650a8b3430c11583876e5f604560c74e 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 5e75c64..539ce12 100644 --- a/ipatests/test_integration/test_caless.py +++ b/ipatests/test_integration/test_caless.py @@ -1390,12 +1390,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"