ipatests: run test_integration/test_cert.py in PR-CI

Execute test_integration/test_cert.py test in gating and generic
nightly test runs

Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
Sergey Orlov
2020-03-23 15:48:12 +01:00
parent b8e1a7d5ae
commit 99a322a4ae
5 changed files with 62 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -1640,3 +1640,16 @@ jobs:
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl
fedora-rawhide/test_cert:
requires: [fedora-rawhide/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-rawhide/build_url}'
update_packages: True
test_suite: test_integration/test_cert.py
template: *ci-master-frawhide
timeout: 3600
topology: *master_1repl_1client