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_replica_promotion.py
The following test was missing from nightly: test_replica_promotion.py::TestReplicaInstallCustodia Related to https://pagure.io/freeipa/issue/7743 Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
19211257c6
commit
d18b0d558b
@ -556,6 +556,18 @@ jobs:
|
||||
timeout: 7200
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-28/test_replica_promotion_TestReplicaInstallCustodia:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-28/build_url}'
|
||||
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
||||
template: *ci-master-f28
|
||||
timeout: 7200
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-28/test_upgrade:
|
||||
requires: [fedora-28/build]
|
||||
priority: 50
|
||||
|
@ -556,6 +556,18 @@ jobs:
|
||||
timeout: 7200
|
||||
topology: *master_1repl
|
||||
|
||||
fedora-rawhide/test_replica_promotion_TestReplicaInstallCustodia:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
job:
|
||||
class: RunPytest
|
||||
args:
|
||||
build_url: '{fedora-rawhide/build_url}'
|
||||
test_suite: test_integration/test_replica_promotion.py::TestReplicaInstallCustodia
|
||||
template: *ci-master-frawhide
|
||||
timeout: 7200
|
||||
topology: *master_2repl_1client
|
||||
|
||||
fedora-rawhide/test_upgrade:
|
||||
requires: [fedora-rawhide/build]
|
||||
priority: 50
|
||||
|
Loading…
Reference in New Issue
Block a user