diff --git a/ipatests/prci_definitions/nightly_latest_389ds.yaml b/ipatests/prci_definitions/nightly_latest_389ds.yaml index 8d61699ba..73d4477cc 100644 --- a/ipatests/prci_definitions/nightly_latest_389ds.yaml +++ b/ipatests/prci_definitions/nightly_latest_389ds.yaml @@ -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 diff --git a/ipatests/prci_definitions/nightly_latest_pki.yaml b/ipatests/prci_definitions/nightly_latest_pki.yaml index 1ea2bfec4..332cd0e5b 100644 --- a/ipatests/prci_definitions/nightly_latest_pki.yaml +++ b/ipatests/prci_definitions/nightly_latest_pki.yaml @@ -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