ipatests: add test_ipa_cert_fix to the nightly definitions

Add the new test test_integration/test_ipa_cert_fix.py to the
nightly definitions.

Related: https://pagure.io/freeipa/issue/8618
Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2020-12-11 10:46:31 +01:00
parent 1a988ba96d
commit 98711e8edf
7 changed files with 90 additions and 0 deletions

View File

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

View File

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

View File

@ -1797,3 +1797,16 @@ jobs:
template: *ci-master-latest template: *ci-master-latest
timeout: 3600 timeout: 3600
topology: *master_1repl topology: *master_1repl
fedora-latest/test_cert_fix:
requires: [fedora-latest/build]
priority: 50
job:
class: RunPytest
args:
build_url: '{fedora-latest/build_url}'
selinux_enforcing: True
test_suite: test_integration/test_ipa_cert_fix.py
template: *ci-master-latest
timeout: 3600
topology: *master_1repl

View File

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

View File

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

View File

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

View File

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