mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: Fix for test_source_ipahealthcheck_ipa_host_check_ipahostkeytab
Expected error message has been modified for test_source_ipahealthcheck_ipa_host_check_ipahostkeytab Related: https://pagure.io/freeipa/issue/8889 Signed-off-by: Sudhir Menon <sumenon@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
02e19d0a39
commit
c64eaa49c4
@ -499,9 +499,6 @@ class TestIpaHealthCheck(IntegrationTest):
|
||||
from host's keytab.
|
||||
"""
|
||||
msg = (
|
||||
"Failed to obtain host TGT: Major (458752): "
|
||||
"No credentials were "
|
||||
"supplied, or the credentials were unavailable or inaccessible, "
|
||||
"Minor (2529639107): No credentials cache found"
|
||||
)
|
||||
|
||||
@ -514,7 +511,7 @@ class TestIpaHealthCheck(IntegrationTest):
|
||||
)
|
||||
assert returncode == 1
|
||||
assert data[0]["result"] == "ERROR"
|
||||
assert data[0]["kw"]["msg"] == msg
|
||||
assert msg in data[0]["kw"]["msg"]
|
||||
|
||||
def test_source_ipahealthcheck_topology_IPATopologyDomainCheck(self):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user