Bug 2223942
| Summary: | ipa-healtcheck: error in DogtagCertsConnectivityCheckCA with external CA | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Josep <jfont> | |
| Component: | ipa-healthcheck | Assignee: | Rob Crittenden <rcritten> | |
| Status: | CLOSED ERRATA | QA Contact: | Sudhir Menon <sumenon> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | --- | CC: | davidsam, fcami, frenaud, gkaihoro, jfont, ldelouw, mpolovka, rjeffman, sumenon, vmishra | |
| Target Milestone: | pre-dev-freeze | Keywords: | Triaged | |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
|
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | ipa-healthcheck-0.12-3.module+el8.9.0+19634+c162f948 | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2224595 (view as bug list) | Environment: | ||
| Last Closed: | 2023-11-14 15:32:53 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2224595 | |||
|
Description
Josep
2023-07-19 11:06:27 UTC
Fixed upstream in: 29855ec76bcb445543e1f2b16b13e5bcfeb67723 Pre-verified using RHEL8.9 machine with ipa-healthcheck-0.12-3.module+el8.9.0+19634+c162f948.noarch # python3 -m pytest -vvv tests/test_dogtag_connectivity.py ==================================================================================== test session starts ===================================================================================== platform linux -- Python 3.6.8, pytest-3.4.2, py-1.5.3, pluggy-0.6.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /root/freeipa-healthcheck, inifile: collected 4 items tests/test_dogtag_connectivity.py::TestCAConnectivity::test_ca_connection_cert_file_not_found PASSED [ 25%] tests/test_dogtag_connectivity.py::TestCAConnectivity::test_ca_connection_cert_not_found PASSED [ 50%] tests/test_dogtag_connectivity.py::TestCAConnectivity::test_ca_connection_down PASSED [ 75%] tests/test_dogtag_connectivity.py::TestCAConnectivity::test_ca_connection_ok PASSED [100%] ================================================================================== 4 passed in 0.30 seconds ================================================================================== Marking as verified: tested. [root@master freeipa-healthcheck]# cat /etc/redhat-release Red Hat Enterprise Linux release 8.9 Beta (Ootpa) [root@master freeipa-healthcheck]# rpm -q ipa-server ipa-healthcheck ipa-server-4.9.12-7.module+el8.9.0+19691+766a18cc.x86_64 ipa-healthcheck-0.12-3.module+el8.9.0+19634+c162f948.noarch [root@master freeipa-healthcheck]# python3 -m pytest -vvv tests/test_dogtag_connectivity.py =========================================================================== test session starts ============================================================================ platform linux -- Python 3.6.8, pytest-7.0.1, pluggy-1.0.0 -- /bin/python3 cachedir: .pytest_cache rootdir: /root/freeipa-healthcheck collected 4 items tests/test_dogtag_connectivity.py::TestCAConnectivity::test_ca_connection_cert_file_not_found PASSED [ 25%] tests/test_dogtag_connectivity.py::TestCAConnectivity::test_ca_connection_cert_not_found PASSED [ 50%] tests/test_dogtag_connectivity.py::TestCAConnectivity::test_ca_connection_down PASSED [ 75%] tests/test_dogtag_connectivity.py::TestCAConnectivity::test_ca_connection_ok PASSED [100%] ============================================================================ 4 passed in 0.35s ============================================================================= Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (idm:client and idm:DL1 bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:6977 |