#8706 Nightly test failure in test_integration/test_ipahealthcheck/TestIpaHealthCheckFileCheck
Closed: fixed by frenaud. Opened by mpolovka.

[testing_ipa-4.9_latest] Nightly PR #695

test_ipahealthcheck_ds_fschecks fails with

        for check in data:
>           assert check["result"] == "CRITICAL"
E           AssertionError: assert 'ERROR' == 'CRITICAL'
E             - CRITICAL
E             + ERROR

and test_ipa_filecheck_bad_group fails with

        for check in data:
            assert check["result"] == "WARNING"
>           assert check["kw"]["key"] == '_etc_resolv.conf_group'
E           AssertionError: assert '_etc_resolv.conf_mode' == '_etc_resolv.conf_group'
E             - _etc_resolv.conf_group
E             ?                  ^^ ^^
E             + _etc_resolv.conf_mode
E             ?                  ^ ^^

Full logs


Fixed by https://pagure.io/freeipa/c/b784e1f8d4e393e31616430f74ccc3d158418619?branch=ipa-4-9

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata