From 284658e08ef88ae2796ace0a4f172e7b8464a5e9 Mon Sep 17 00:00:00 2001 From: Michal Reznik Date: Jul 26 2017 14:02:18 +0000 Subject: test_caless: remove xfail in wildcard certificate tests As we are now generating proper wildcard certificates, remove xfail in wildcard certificate tests. https://pagure.io/freeipa/issue/5603 Reviewed-By: Fraser Tweedale --- diff --git a/ipatests/test_integration/test_caless.py b/ipatests/test_integration/test_caless.py index 8e26d1a..c41e0ee 100644 --- a/ipatests/test_integration/test_caless.py +++ b/ipatests/test_integration/test_caless.py @@ -674,7 +674,6 @@ class TestServerInstall(CALessBase): assert result.returncode == 0 self.verify_installation() - @pytest.mark.xfail(reason='freeipa ticket 5603') @server_install_teardown def test_wildcard_http(self): "IPA server install with wildcard HTTP certificate" @@ -688,7 +687,6 @@ class TestServerInstall(CALessBase): assert result.returncode == 0 self.verify_installation() - @pytest.mark.xfail(reason='freeipa ticket 5603') @server_install_teardown def test_wildcard_ds(self): "IPA server install with wildcard DS certificate" @@ -1027,7 +1025,6 @@ class TestReplicaInstall(CALessBase): if self.domain_level > DOMAIN_LEVEL_0: self.verify_installation() - @pytest.mark.xfail(reason='freeipa ticket 5603') @replica_install_teardown def test_wildcard_http(self): "IPA replica install with wildcard HTTP certificate" @@ -1041,7 +1038,6 @@ class TestReplicaInstall(CALessBase): if self.domain_level > DOMAIN_LEVEL_0: self.verify_installation() - @pytest.mark.xfail(reason='freeipa ticket 5603') @replica_install_teardown def test_wildcard_ds(self): "IPA replica install with wildcard DS certificate" @@ -1419,14 +1415,12 @@ class TestCertInstall(CALessBase): result = self.certinstall('d', 'ca1/server') assert result.returncode == 0 - @pytest.mark.xfail(reason='freeipa ticket 5603') def test_wildcard_http(self): "Install new wildcard HTTP certificate" result = self.certinstall('w', 'ca1/wildcard') assert result.returncode == 0 - @pytest.mark.xfail(reason='freeipa ticket 5603') def test_wildcard_ds(self): "Install new wildcard DS certificate"