mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 23:58:23 -05:00
ipatests: add tests to 389ds regression
The following tests can be used to detect regressions with 389-ds: - test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion - test_integration/test_dns_locations.py Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
@@ -326,6 +326,19 @@ jobs:
|
||||
timeout: 7200
|
||||
topology: *master_2repl_1client
|
||||
|
||||
389ds-fedora/test_replica_promotion_TestHiddenReplicaPromotion:
|
||||
requires: [389ds-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{389ds-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_replica_promotion.py::TestHiddenReplicaPromotion
|
||||
template: *389ds-master-latest
|
||||
timeout: 7200
|
||||
topology: *master_2repl_1client
|
||||
|
||||
389ds-fedora/test_upgrade:
|
||||
requires: [389ds-fedora/build]
|
||||
priority: 50
|
||||
@@ -508,6 +521,19 @@ jobs:
|
||||
timeout: 3600
|
||||
topology: *master_1repl
|
||||
|
||||
389ds-fedora/dns_locations:
|
||||
requires: [389ds-fedora/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{389ds-fedora/build_url}'
|
||||
update_packages: True
|
||||
test_suite: test_integration/test_dns_locations.py
|
||||
template: *389ds-master-latest
|
||||
timeout: 3600
|
||||
topology: *master_2repl_1client
|
||||
|
||||
389ds-fedora/external_ca_TestExternalCAdirsrvStop:
|
||||
requires: [389ds-fedora/build]
|
||||
priority: 50
|
||||
|
||||
Reference in New Issue
Block a user