Description of problem: Backport latest test fixes Please add latest test fixes as they were added after the IPA 4.9.12 release in ipa-4-9 branch and are not present in RHEL 8.9 yet 7a94acca6 ACME tests: fix issue_and_expire_acme_cert method 998bafee8 ipatest: remove xfail from test_smb f599e2d67 webuitests: close notification which hides Add button 1b51fa4cb ipatests: Check that SSSD_PUBCONF_KRB5_INCLUDE_D_DIR is not included in krb5.conf
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 ~]#