From 16a3b1f8dd1492fe45861cbd9f3a7d10f988c843 Mon Sep 17 00:00:00 2001 From: Sri Vignesh Date: Thu, 20 Feb 2020 17:09:10 +0530 Subject: [testfix] Add steps to add peer_probe_servers in cleanup Change-Id: I0fa6bbacda16fb97d3454a8510a937442b5755a4 Signed-off-by: Sri Vignesh --- tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py') diff --git a/tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py b/tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py index 5b1dc7216..b83ec78f5 100644 --- a/tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py +++ b/tests/functional/glusterd/test_remove_brick_when_quorum_not_met.py @@ -57,13 +57,6 @@ class TestRemoveBrickWhenQuorumNotMet(GlusterBaseClass): if not ret: raise ExecutionError("Servers are not in connected state") - # Setting quorum ratio to 51% - ret = set_volume_options(self.mnode, 'all', - {'cluster.server-quorum-ratio': '51%'}) - if not ret: - raise ExecutionError("Failed to set server quorum ratio on %s" - % self.volname) - # stopping the volume and Cleaning up the volume ret = self.cleanup_volume() if not ret: -- cgit