acme: add integration tests to gating

Because the FreeIPA ACME service is a new feature and may require
stabilisation, including it in gating CI.  This is done as a
separate commit so that it can be reverted more easily.

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

Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Fraser Tweedale 2020-06-10 17:55:07 +10:00 committed by Rob Crittenden
parent ab7226dcef
commit bb6d849039

View File

@ -298,3 +298,15 @@ jobs:
template: *ci-master-latest
timeout: 3600
topology: *master_1repl
fedora-latest/test_acme:
requires: [fedora-latest/build]
priority: 100
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
test_suite: test_integration/test_acme.py
template: *ci-master-latest
timeout: 3600
topology: *master_1repl_1client