Run test_fips in DS and PKI nightly

Reviewed-By: Mohammad Rizwan <myusuf@redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
Christian Heimes 2020-07-01 11:12:07 +02:00
parent 91713f4f0a
commit a90eefafc9
2 changed files with 26 additions and 0 deletions

View File

@ -533,3 +533,16 @@ jobs:
template: *389ds-master-latest
timeout: 3600
topology: *master_1repl
389ds-fedora/test_fips:
requires: [389ds-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{389ds-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_fips.py
template: *389ds-master-latest
timeout: 7200
topology: *master_1repl_1client

View File

@ -838,3 +838,16 @@ jobs:
template: *pki-master-latest
timeout: 7200
topology: *master_1repl
pki-fedora/test_fips:
requires: [pki-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{pki-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_fips.py
template: *pki-master-latest
timeout: 7200
topology: *master_1repl_1client