Bug 2218847
| Summary: | Backport latest test fixes | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Ganna Kaihorodova <gkaihoro> |
| Component: | ipa | Assignee: | Rafael Jeffman <rjeffman> |
| Status: | VERIFIED --- | QA Contact: | Ganna Kaihorodova <gkaihoro> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.9 | CC: | amore, rcritten, rjeffman, sumenon, tscherf |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-4.9.12-4.module+el8.9.0+19311+cb2600ad | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 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: | |||
|
Description
Ganna Kaihorodova
2023-06-30 08:38:03 UTC
Verified: Tested using test-compose:
[root@runner ~]# rpm -qa *ipatests*
python3-ipatests-4.9.12-4.module+el8.9.0+19311+cb2600ad.noarch
[root@runner ~]# find / -name "test_upgrade.py"
/usr/lib/python3.6/site-packages/ipatests/test_integration/test_upgrade.py
[root@runner ~]# grep "test_pki_dropin_file" /usr/lib/python3.6/site-packages/ipatests/test_integration/test_upgrade.py
def test_pki_dropin_file(self):
[root@runner ~]# grep "test_fix_agreements" /usr/lib/python3.6/site-packages/ipatests/test_integration/test_simple_replication.py
def test_fix_agreements(self):
[root@runner ~]# grep "test_client_install_with_krb5" /usr/lib/python3.6/site-packages/ipatests/test_integration/test_installation_client.py
def test_client_install_with_krb5(self):
[root@runner ~]#
|