ipatests: add test_fips to testing-fedora nightly run

test_integration/test_fips.py was missing in nightly_latest_testing.yaml
for no obvious reason.

Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Sergey Orlov
2020-04-01 14:34:40 +02:00
parent 3665ba928b
commit 5e44fc80b8
@@ -172,6 +172,19 @@ jobs:
timeout: 3600
topology: *master_1repl_1client
testing-fedora/test_fips:
requires: [testing-fedora/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{testing-fedora/build_url}'
update_packages: True
test_suite: test_integration/test_fips.py
template: *testing-master-latest
timeout: 3600
topology: *master_1repl_1client
testing-fedora/test_forced_client_enrolment:
requires: [testing-fedora/build]
priority: 50