mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
ipatests: add missing tests for test_caless
Two tests were missing from nightly definition: - test_caless.py::TestReplicaCALessToCAFull - test_caless.py::TestServerCALessToExternalCA Related to https://pagure.io/freeipa/issue/7743 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
da4c12c3e6
commit
1be415cd04
@ -280,6 +280,30 @@ jobs:
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-28/test_caless_TestReplicaCALessToCAFull:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
||||
template: *ci-master-f28
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-28/test_caless_TestServerCALessToExternalCA:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
||||
template: *ci-master-f28
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-28/test_backup_and_restore_TestUserRootFilesOwnershipPermission:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
|
@ -280,6 +280,30 @@ jobs:
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_caless_TestReplicaCALessToCAFull:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_caless.py::TestReplicaCALessToCAFull
|
||||
template: *ci-master-frawhide
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_caless_TestServerCALessToExternalCA:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_caless.py::TestServerCALessToExternalCA
|
||||
template: *ci-master-frawhide
|
||||
timeout: 5400
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_backup_and_restore_TestUserrootFilesOwnership:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
|
Loading…
Reference in New Issue
Block a user