Bug 1810148
Summary: | ipa-server-certinstall raises exception when installing IPA-issued web server cert | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Rob Crittenden <rcritten> |
Component: | ipa | Assignee: | Florence Blanc-Renaud <frenaud> |
Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 8.2 | CC: | abokovoy, ksiddiqu, mpolovka, ndehadra, pasik, pcech, pvoborni, rcritten, ssidhaye, tscherf, twoerner |
Target Milestone: | rc | Keywords: | TestCaseProvided, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ipa-4.9.0-0.1.rc1 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-05-18 15:47:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Rob Crittenden
2020-03-04 15:46:14 UTC
Linked to upstream issue https://pagure.io/freeipa/issue/8204 Fixed upstream master: https://pagure.io/freeipa/c/040d48fa61eb4902f43dfe7fa10257de1e3818b6 https://pagure.io/freeipa/c/f249c51bf4342341378e63953386e9ac4070be54 Upstream test added in ipatests/test_integration/test_installation.py::TestInstallCA::test_cert_install_with_IPA_issued_cert hence setting the TestCaseProvided keyword. Fixed upstream ipa-4-8: https://pagure.io/freeipa/c/099ab6c7156202cb1bd0fb6b27dc389dc56c82f7 https://pagure.io/freeipa/c/2a5a2a0bf3e99ab8aa11235c3d01fbac51e33176 Verified with nightly compose based on following details IPA version: (snip from runner.log): ------------------------------------ 2020-12-22T08:30:30+0000 ok: [master.testrelm.test] => (item=ipa-server) => 2020-12-22T08:30:30+0000 msg: 2020-12-22T08:30:30+0000 - arch: x86_64 2020-12-22T08:30:30+0000 epoch: null 2020-12-22T08:30:30+0000 name: ipa-server 2020-12-22T08:30:30+0000 release: 0.5.rc3.module+el8.4.0+9124+ced20601 2020-12-22T08:30:30+0000 source: rpm 2020-12-22T08:30:30+0000 version: 4.9.0 Test results: (snip from test-result.txt): ----------------------------------------- Test "test_integration/test_installation.py::TestInstallCA::test_cert_install_with_IPA_issued_cert" for this bugzilla is successful as per following details from the test run. ============================= test session starts ============================== platform linux -- Python 3.6.8, pytest-3.10.1, py-1.10.0, pluggy-0.13.1 -- /usr/libexec/platform-python cachedir: /home/cloud-user/.pytest_cache metadata: {'Python': '3.6.8', 'Platform': 'Linux-4.18.0-264.el8.x86_64-x86_64-with-redhat-8.4-Ootpa', 'Packages': {'pytest': '3.10.1', 'py': '1.10.0', 'pluggy': '0.13.1'}, 'Plugins': {'metadata': '1.11.0', 'html': '1.22.1', 'multihost': '3.0', 'sourceorder': '0.5'}} rootdir: /usr/lib/python3.6/site-packages/ipatests, inifile: plugins: metadata-1.11.0, html-1.22.1, multihost-3.0, sourceorder-0.5 collecting ... collected 7 items test_integration/test_installation.py::TestInstallCA::test_ccaches_cleanup PASSED [ 14%] test_integration/test_installation.py::TestInstallCA::test_replica_ca_install_with_no_host_dns PASSED [ 28%] test_integration/test_installation.py::TestInstallCA::test_replica_ca_install_with_skip_schema_check PASSED [ 42%] test_integration/test_installation.py::TestInstallCA::test_certmonger_reads_token_HSM PASSED [ 57%] test_integration/test_installation.py::TestInstallCA::test_ipa_ca_crt_permissions PASSED [ 71%] test_integration/test_installation.py::TestInstallCA::test_cert_install_with_IPA_issued_cert PASSED [ 85%] test_integration/test_installation.py::TestInstallCA::test_is_ipa_configured PASSED [100%] ---------------- generated xml file: /home/cloud-user/junit.xml ---------------- ----------- generated html file: file:///home/cloud-user/report.html ----------- ========================= 7 passed in 1692.82 seconds ========================== 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 (Moderate: idm:DL1 and idm:client security, 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/RHSA-2021:1846 |