Bug 2224595
| Summary: | ipa-healtcheck: error in DogtagCertsConnectivityCheckCA with external CA | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 9 | Reporter: | Rob Crittenden <rcritten> |
| Component: | ipa-healthcheck | Assignee: | Rob Crittenden <rcritten> |
| Status: | VERIFIED --- | QA Contact: | Michal Polovka <mpolovka> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.2 | CC: | davidsam, fcami, frenaud, ipa-qe, jfont |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-healthcheck-0.12-4.el9 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2223942 | Environment: | |
| Last Closed: | 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: | 2223942 | ||
| Bug Blocks: | |||
|
Description
Rob Crittenden
2023-07-21 15:31:26 UTC
Pre-verified using RHEL9.3 machine with ipa-healthcheck-0.12-4.el9.noarch # python3 -m pytest tests/test_dogtag_ca.py -vvv ==================================================================================== test session starts ===================================================================================== platform linux -- Python 3.9.17, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /root/freeipa-healthcheck collected 3 items tests/test_dogtag_ca.py::TestCACerts::test_ca_certs_ok PASSED [ 33%] tests/test_dogtag_ca.py::TestCACerts::test_cacert_caless PASSED [ 66%] tests/test_dogtag_ca.py::TestCACerts::test_cert_missing_from_file PASSED Automation passed, marking as pre-verified: tested. Verified using RHEL9.3 machine with ipa-healthcheck-0.12-4.el9.noarch and automation from tests/test_dogtag_connectivity.py # python3 -m pytest -vvv tests/test_dogtag_connectivity.py ==================================================================================== test session starts ===================================================================================== platform linux -- Python 3.9.17, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 -- /usr/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.47s ====================================================================================== Marking as verified. |