acme: add integration test to nightly CI

Part of: https://pagure.io/freeipa/issue/4751

Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Fraser Tweedale
2020-07-10 08:33:22 -04:00
committed by Rob Crittenden
parent 7b00035764
commit ab7226dcef
4 changed files with 48 additions and 0 deletions
@@ -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
@@ -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
@@ -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
@@ -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