mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
c053b5e0d6
commit
2b1230e5b0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user