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 <ftweedal@redhat.com>
This commit is contained in:
Michal Reznik 2017-07-19 14:26:31 +02:00 committed by Martin Babinsky
parent ba5f7afedc
commit 284658e08e

View File

@ -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"