mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
ba5f7afedc
commit
284658e08e
@ -674,7 +674,6 @@ class TestServerInstall(CALessBase):
|
|||||||
assert result.returncode == 0
|
assert result.returncode == 0
|
||||||
self.verify_installation()
|
self.verify_installation()
|
||||||
|
|
||||||
@pytest.mark.xfail(reason='freeipa ticket 5603')
|
|
||||||
@server_install_teardown
|
@server_install_teardown
|
||||||
def test_wildcard_http(self):
|
def test_wildcard_http(self):
|
||||||
"IPA server install with wildcard HTTP certificate"
|
"IPA server install with wildcard HTTP certificate"
|
||||||
@ -688,7 +687,6 @@ class TestServerInstall(CALessBase):
|
|||||||
assert result.returncode == 0
|
assert result.returncode == 0
|
||||||
self.verify_installation()
|
self.verify_installation()
|
||||||
|
|
||||||
@pytest.mark.xfail(reason='freeipa ticket 5603')
|
|
||||||
@server_install_teardown
|
@server_install_teardown
|
||||||
def test_wildcard_ds(self):
|
def test_wildcard_ds(self):
|
||||||
"IPA server install with wildcard DS certificate"
|
"IPA server install with wildcard DS certificate"
|
||||||
@ -1027,7 +1025,6 @@ class TestReplicaInstall(CALessBase):
|
|||||||
if self.domain_level > DOMAIN_LEVEL_0:
|
if self.domain_level > DOMAIN_LEVEL_0:
|
||||||
self.verify_installation()
|
self.verify_installation()
|
||||||
|
|
||||||
@pytest.mark.xfail(reason='freeipa ticket 5603')
|
|
||||||
@replica_install_teardown
|
@replica_install_teardown
|
||||||
def test_wildcard_http(self):
|
def test_wildcard_http(self):
|
||||||
"IPA replica install with wildcard HTTP certificate"
|
"IPA replica install with wildcard HTTP certificate"
|
||||||
@ -1041,7 +1038,6 @@ class TestReplicaInstall(CALessBase):
|
|||||||
if self.domain_level > DOMAIN_LEVEL_0:
|
if self.domain_level > DOMAIN_LEVEL_0:
|
||||||
self.verify_installation()
|
self.verify_installation()
|
||||||
|
|
||||||
@pytest.mark.xfail(reason='freeipa ticket 5603')
|
|
||||||
@replica_install_teardown
|
@replica_install_teardown
|
||||||
def test_wildcard_ds(self):
|
def test_wildcard_ds(self):
|
||||||
"IPA replica install with wildcard DS certificate"
|
"IPA replica install with wildcard DS certificate"
|
||||||
@ -1419,14 +1415,12 @@ class TestCertInstall(CALessBase):
|
|||||||
result = self.certinstall('d', 'ca1/server')
|
result = self.certinstall('d', 'ca1/server')
|
||||||
assert result.returncode == 0
|
assert result.returncode == 0
|
||||||
|
|
||||||
@pytest.mark.xfail(reason='freeipa ticket 5603')
|
|
||||||
def test_wildcard_http(self):
|
def test_wildcard_http(self):
|
||||||
"Install new wildcard HTTP certificate"
|
"Install new wildcard HTTP certificate"
|
||||||
|
|
||||||
result = self.certinstall('w', 'ca1/wildcard')
|
result = self.certinstall('w', 'ca1/wildcard')
|
||||||
assert result.returncode == 0
|
assert result.returncode == 0
|
||||||
|
|
||||||
@pytest.mark.xfail(reason='freeipa ticket 5603')
|
|
||||||
def test_wildcard_ds(self):
|
def test_wildcard_ds(self):
|
||||||
"Install new wildcard DS certificate"
|
"Install new wildcard DS certificate"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user