mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
parent
1a988ba96d
commit
98711e8edf
@ -1665,3 +1665,15 @@ jobs:
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
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
|
||||
|
@ -877,3 +877,16 @@ jobs:
|
||||
template: *pki-master-latest
|
||||
timeout: 7200
|
||||
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
|
||||
|
@ -1797,3 +1797,16 @@ jobs:
|
||||
template: *ci-master-latest
|
||||
timeout: 3600
|
||||
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
|
||||
|
@ -1797,3 +1797,16 @@ jobs:
|
||||
template: *testing-master-latest
|
||||
timeout: 3600
|
||||
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
|
||||
|
@ -1929,3 +1929,17 @@ jobs:
|
||||
template: *testing-master-latest
|
||||
timeout: 3600
|
||||
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
|
||||
|
@ -1653,3 +1653,15 @@ jobs:
|
||||
template: *ci-master-previous
|
||||
timeout: 3600
|
||||
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
|
||||
|
@ -1796,3 +1796,16 @@ jobs:
|
||||
template: *ci-master-frawhide
|
||||
timeout: 3600
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user