mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-31 08:38:13 -05:00
CI: Add replication test utilizing double-circle topology.
Reviewed-By: Milan Kubik <mkubik@redhat.com>
This commit is contained in:
committed by
Martin Basti
parent
cbd9c3943a
commit
a1d2ce00a6
@@ -103,3 +103,21 @@ class Test2ConnectedTopologyWithCA(LayoutsBaseTest):
|
||||
tasks.install_topo('2-connected', self.master, self.replicas, [],
|
||||
setup_replica_cas=True)
|
||||
self.replication_is_working()
|
||||
|
||||
|
||||
class TestDoubleCircleTopologyWithoutCA(LayoutsBaseTest):
|
||||
num_replicas = 29
|
||||
|
||||
def test_2_connected_topology_with_ca(self):
|
||||
tasks.install_topo('double-circle', self.master, self.replicas, [],
|
||||
setup_replica_cas=False)
|
||||
self.replication_is_working()
|
||||
|
||||
|
||||
class TestDoubleCircleTopologyWithCA(LayoutsBaseTest):
|
||||
num_replicas = 29
|
||||
|
||||
def test_2_connected_topology_with_ca(self):
|
||||
tasks.install_topo('double-circle', self.master, self.replicas, [],
|
||||
setup_replica_cas=True)
|
||||
self.replication_is_working()
|
||||
|
||||
Reference in New Issue
Block a user