ipatests: add test_acme.py in nightly previous

The nightly_latest.yaml file is missing the test test_acme.py
Add the job definition.

Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2021-03-17 13:57:55 +01:00
parent 40aeec975a
commit 96a297f3b3

View File

@ -1642,6 +1642,18 @@ jobs:
timeout: 7200
topology: *master_3client
fedora-previous/test_acme:
requires: [fedora-previous/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-previous/build_url}'
test_suite: test_integration/test_acme.py
template: *ci-master-previous
timeout: 7200
topology: *master_1repl_1client
fedora-previous/test_dns:
requires: [fedora-previous/build]
priority: 50