diff --git a/ipatests/prci_definitions/nightly_latest.yaml b/ipatests/prci_definitions/nightly_latest.yaml index 9e3c969f0..0e04014f4 100644 --- a/ipatests/prci_definitions/nightly_latest.yaml +++ b/ipatests/prci_definitions/nightly_latest.yaml @@ -1721,9 +1721,25 @@ jobs: class: RunPytest args: build_url: '{fedora-latest/build_url}' - test_suite: test_integration/test_acme.py + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew template: *ci-master-latest - timeout: 7200 + timeout: 8100 + topology: *master_1repl_1client + + fedora-latest/test_acme_prune: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + test_suite: test_integration/test_acme.py::TestACMEPrune + template: *ci-master-latest + timeout: 3600 topology: *master_1repl_1client fedora-latest/test_dns: diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index 9d5e11d77..42404aff8 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -966,9 +966,27 @@ jobs: build_url: '{pki-fedora/build_url}' update_packages: True copr: '@pki/master' - test_suite: test_integration/test_acme.py + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew template: *ci-master-latest - timeout: 7200 + timeout: 8100 + topology: *master_1repl_1client + + pki-fedora/test_acme_prune: + requires: [pki-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{pki-fedora/build_url}' + update_packages: True + copr: '@pki/master' + test_suite: test_integration/test_acme.py::TestACMEPrune + template: *ci-master-latest + timeout: 3600 topology: *master_1repl_1client pki-fedora/test_cert_fix: diff --git a/ipatests/prci_definitions/nightly_latest_selinux.yaml b/ipatests/prci_definitions/nightly_latest_selinux.yaml index 0ec001631..017347446 100644 --- a/ipatests/prci_definitions/nightly_latest_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_selinux.yaml @@ -1858,9 +1858,26 @@ jobs: args: build_url: '{fedora-latest/build_url}' selinux_enforcing: True - test_suite: test_integration/test_acme.py + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew template: *ci-master-latest - timeout: 7200 + timeout: 8100 + topology: *master_1repl_1client + + fedora-latest/test_acme_prune: + requires: [fedora-latest/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-latest/build_url}' + selinux_enforcing: True + test_suite: test_integration/test_acme.py::TestACMEPrune + template: *ci-master-latest + timeout: 3600 topology: *master_1repl_1client fedora-latest/test_dns: diff --git a/ipatests/prci_definitions/nightly_latest_testing.yaml b/ipatests/prci_definitions/nightly_latest_testing.yaml index 3442c0e33..ef35a5085 100644 --- a/ipatests/prci_definitions/nightly_latest_testing.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing.yaml @@ -1996,9 +1996,27 @@ jobs: build_url: '{testing-fedora/build_url}' update_packages: True enable_testing_repo: True - test_suite: test_integration/test_acme.py + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew template: *ci-master-latest - timeout: 7200 + timeout: 8100 + topology: *master_1repl_1client + + testing-fedora/test_acme_prune: + requires: [testing-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{testing-fedora/build_url}' + update_packages: True + enable_testing_repo: True + test_suite: test_integration/test_acme.py::TestACMEPrune + template: *ci-master-latest + timeout: 3600 topology: *master_1repl_1client testing-fedora/test_dns: diff --git a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml index d05692f70..477271951 100644 --- a/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml +++ b/ipatests/prci_definitions/nightly_latest_testing_selinux.yaml @@ -2133,9 +2133,28 @@ jobs: update_packages: True selinux_enforcing: True enable_testing_repo: True - test_suite: test_integration/test_acme.py + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew template: *ci-master-latest - timeout: 7200 + timeout: 8100 + topology: *master_1repl_1client + + testing-fedora/test_acme_prune: + requires: [testing-fedora/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{testing-fedora/build_url}' + update_packages: True + selinux_enforcing: True + enable_testing_repo: True + test_suite: test_integration/test_acme.py::TestACMEPrune + template: *ci-master-latest + timeout: 3600 topology: *master_1repl_1client testing-fedora/test_dns: diff --git a/ipatests/prci_definitions/nightly_previous.yaml b/ipatests/prci_definitions/nightly_previous.yaml index f64293691..fcb57b95a 100644 --- a/ipatests/prci_definitions/nightly_previous.yaml +++ b/ipatests/prci_definitions/nightly_previous.yaml @@ -1721,9 +1721,25 @@ jobs: class: RunPytest args: build_url: '{fedora-previous/build_url}' - test_suite: test_integration/test_acme.py + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew template: *ci-master-previous - timeout: 7200 + timeout: 8100 + topology: *master_1repl_1client + + fedora-previous/test_acme_prune: + requires: [fedora-previous/build] + priority: 50 + job: + class: RunPytest + args: + build_url: '{fedora-previous/build_url}' + test_suite: test_integration/test_acme.py::TestACMEPrune + template: *ci-master-previous + timeout: 3600 topology: *master_1repl_1client fedora-previous/test_dns: diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 6c716ddda..1e842db18 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -1858,9 +1858,26 @@ jobs: args: build_url: '{fedora-rawhide/build_url}' update_packages: True - test_suite: test_integration/test_acme.py + test_suite: >- + test_integration/test_acme.py::TestACME + test_integration/test_acme.py::TestACMECALess + test_integration/test_acme.py::TestACMEwithExternalCA + test_integration/test_acme.py::TestACMERenew template: *ci-master-frawhide - timeout: 7200 + timeout: 8100 + topology: *master_1repl_1client + + fedora-rawhide/test_acme_prune: + 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::TestACMEPrune + template: *ci-master-frawhide + timeout: 3600 topology: *master_1repl_1client fedora-rawhide/test_dns: