diff options
author | Florence Blanc-Renaud <[email protected]> | 2018-11-13 16:50:52 +0100 |
---|---|---|
committer | Florence Blanc-Renaud <[email protected]> | 2018-11-21 07:36:01 +0100 |
commit | d18b0d558ba56f3da16c6240d46ed9809c37b256 (patch) | |
tree | 4f6ec2eb0b4920f13accdd59934db02050658ddf | |
parent | 19211257c64ac95d1b0cc0d83729383dea7a98d1 (diff) | |
download | freeipa-d18b0d558ba56f3da16c6240d46ed9809c37b256.tar.gz freeipa-d18b0d558ba56f3da16c6240d46ed9809c37b256.tar.xz freeipa-d18b0d558ba56f3da16c6240d46ed9809c37b256.zip |
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 <[email protected]>
Reviewed-By: Christian Heimes <[email protected]>
-rw-r--r-- | ipatests/prci_definitions/nightly_master.yaml | 12 | ||||
-rw-r--r-- | ipatests/prci_definitions/nightly_rawhide.yaml | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/ipatests/prci_definitions/nightly_master.yaml b/ipatests/prci_definitions/nightly_master.yaml index 86a9d7f8b..bd74821b5 100644 --- a/ipatests/prci_definitions/nightly_master.yaml +++ b/ipatests/prci_definitions/nightly_master.yaml @@ -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 diff --git a/ipatests/prci_definitions/nightly_rawhide.yaml b/ipatests/prci_definitions/nightly_rawhide.yaml index 55a46ef3a..52a3c35c4 100644 --- a/ipatests/prci_definitions/nightly_rawhide.yaml +++ b/ipatests/prci_definitions/nightly_rawhide.yaml @@ -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 |