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:
Michal Reznik 2017-05-19 11:21:38 +02:00 committed by Martin Basti
parent f7c4039e41
commit d5e84d7065

View File

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