diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index a638a0cfa..61ce90983 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1665,3 +1665,15 @@ jobs: template: *ci-master-latest timeout: 3600 topology: *master_1repl + + fedora-latest/test_cert_fix: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-master-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index 4d77507e7..51e9393d2 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -877,3 +877,16 @@ jobs: template: *pki-master-latest timeout: 7200 topology: *master_1repl_1client + + pki-fedora/test_cert_fix: + requires: [pki-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{pki-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_ipa_cert_fix.py + template: *pki-master-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index 6d17995dc..e20e5b4bb 100644 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml @@ -1797,3 +1797,16 @@ jobs: template: *ci-master-latest timeout: 3600 topology: *master_1repl + + fedora-latest/test_cert_fix: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-master-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index 5edbd07c9..92637bac4 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -1797,3 +1797,16 @@ jobs: template: *testing-master-latest timeout: 3600 topology: *master_1repl + + testing-fedora/test_cert_fix: + requires: [testing-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{testing-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_ipa_cert_fix.py + template: *testing-master-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml index fa82e2eff..d795b461c 100644 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml @@ -1929,3 +1929,17 @@ jobs: template: *testing-master-latest timeout: 3600 topology: *master_1repl + + testing-fedora/test_cert_fix: + requires: [testing-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{testing-fedora/build_url}' + update_packages: True + selinux_enforcing: True + test_suite: test_integration/test_ipa_cert_fix.py + template: *testing-master-latest + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index 1acd1ccfc..a16ee8013 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -1653,3 +1653,15 @@ jobs: template: *ci-master-previous timeout: 3600 topology: *master_1repl + + fedora-previous/test_cert_fix: + requires: [fedora-previous/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous/build_url}' + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-master-previous + timeout: 3600 + topology: *master_1repl diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 5002b6a32..d29fc9289 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -1796,3 +1796,16 @@ jobs: template: *ci-master-frawhide timeout: 3600 topology: *master_1repl + + fedora-rawhide/test_cert_fix: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_ipa_cert_fix.py + template: *ci-master-frawhide + timeout: 3600 + topology: *master_1repl