mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 <mreznik@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
f7c4039e41
commit
d5e84d7065
@ -1390,12 +1390,14 @@ class TestCertinstall(CALessBase):
|
|||||||
|
|
||||||
assert result.returncode > 0
|
assert result.returncode > 0
|
||||||
|
|
||||||
|
@pytest.mark.xfail(reason='freeipa ticket 6959')
|
||||||
def test_http_intermediate_ca(self):
|
def test_http_intermediate_ca(self):
|
||||||
"Install new HTTP certificate issued by intermediate CA"
|
"Install new HTTP certificate issued by intermediate CA"
|
||||||
|
|
||||||
result = self.certinstall('w', 'ca1/subca/server')
|
result = self.certinstall('w', 'ca1/subca/server')
|
||||||
assert result.returncode == 0, result.stderr_text
|
assert result.returncode == 0, result.stderr_text
|
||||||
|
|
||||||
|
@pytest.mark.xfail(reason='freeipa ticket 6959')
|
||||||
def test_ds_intermediate_ca(self):
|
def test_ds_intermediate_ca(self):
|
||||||
"Install new DS certificate issued by intermediate CA"
|
"Install new DS certificate issued by intermediate CA"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user