Skip to content

Commit

Permalink
ipatests: Skip certain healthcheck related tests.
Browse files Browse the repository at this point in the history
Certain healthcheck realted checks are failing since
the testenviornment contains IPV6 addressess as a result
the tests have been skipped till the issue is fixed.

Related:
freeipa/freeipa-healthcheck#270

Signed-off-by: Sudhir Menon <sumenon@redhat.com>
  • Loading branch information
menonsudhir committed Aug 4, 2022
1 parent bf4c512 commit b77df75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ipatests/test_integration/test_ipahealthcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ def test_human_severity(self, restart_service):
assert output == \
"ERROR: ipahealthcheck.meta.services.sssd: sssd: not running"

@pytest.mark.skip(reason="freeipa-healthcheck/issues/270")
def test_human_output(self):
"""
Test if in case no failures were found, informative string is printed
Expand Down Expand Up @@ -365,6 +366,7 @@ def test_ipa_healthcheck_fips_enabled(self):
else:
assert returncode == 1

@pytest.mark.skip(reason="freeipa-healthcheck/issues/270")
def test_ipa_healthcheck_after_certupdate(self):
"""
Verify that ipa-certupdate hasn't messed up tracking
Expand Down Expand Up @@ -657,6 +659,7 @@ def test_source_ipa_roles_check_crlmanager(self, disable_crlgen):
assert check["kw"]["key"] == "crl_manager"
assert check["kw"]["crlgen_enabled"] is False

@pytest.mark.skip(reason="freeipa-healthcheck/issues/270")
def test_ipa_healthcheck_no_errors(self):
"""
Ensure that on a default installation with KRA and DNS
Expand Down Expand Up @@ -779,6 +782,7 @@ def test_ipa_healthcheck_log_rotate_file_exist_issue35(self):
)
assert msg not in cmd.stdout_text

@pytest.mark.skip(reason="freeipa-healthcheck/issues/270")
def test_ipa_dns_systemrecords_check(self):
"""
This test ensures that the ipahealthcheck.ipa.idns check
Expand Down

0 comments on commit b77df75

Please sign in to comment.