diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 231e8b331..0e67e60ab 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1593,3 +1593,14 @@ jobs: timeout: 7200 topology: *master_3client + fedora-latest/test_acme: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + test_suite: test_integration/test_acme.py + template: *ci-master-latest + timeout: 7200 + topology: *master_1repl_1client diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index 332cd0e5b..f81139181 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -851,3 +851,16 @@ jobs: template: *pki-master-latest timeout: 7200 topology: *master_1repl_1client + + pki-fedora/test_acme: + requires: [pki-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{pki-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_acme.py + template: *pki-master-latest + timeout: 7200 + topology: *master_1repl_1client diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index b6ec47ffe..48067d216 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -1719,3 +1719,15 @@ jobs: timeout: 7200 topology: *master_3client + testing-fedora/test_acme: + requires: [testing-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{testing-fedora/build_url}' + update_packages: True + test_suite: test_integration/test_acme.py + template: *testing-master-latest + timeout: 7200 + topology: *master_1repl_1client diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index adc8bfd83..717d0b012 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -1719,3 +1719,15 @@ jobs: timeout: 7200 topology: *master_3client + fedora-rawhide/test_acme: + requires: [fedora-rawhide/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-rawhide/build_url}' + update_packages: True + test_suite: test_integration/test_acme.py + template: *ci-master-frawhide + timeout: 7200 + topology: *master_1repl_1client