ipatests: Fix for test_ipahealthcheck_ds_riplugincheck

Fix for Nightly test failure in
test_ipahealthcheck.py::TestIpaHealthCheck::test_ipahealthcheck_ds_riplugincheck

Pagure: https://pagure.io/freeipa/issue/8563

Signed-off-by: Sudhir Menon <sumenon@redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Sudhir Menon 2020-11-03 21:34:28 +05:30 committed by Florence Blanc-Renaud
parent c053b5e0d6
commit 2b1230e5b0

View File

@ -1059,6 +1059,7 @@ class TestIpaHealthCheck(IntegrationTest):
assert "cn=encryption,cn=config" in check["kw"]["items"] assert "cn=encryption,cn=config" in check["kw"]["items"]
assert check["kw"]["msg"] == enc_msg assert check["kw"]["msg"] == enc_msg
@pytest.fixture
def update_riplugin(self): def update_riplugin(self):
""" """
Fixture modifies the value of update delay for RI plugin to -1 Fixture modifies the value of update delay for RI plugin to -1