From 3d9799eeed606f0b38e5c435d88831807c319065 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 2 Dec 2018 20:12:07 +0530 Subject: Modified the test per BZ Bug 1579758 Change-Id: I8d15f482dbde12670975e32af685570a0eaa50b6 Signed-off-by: Anees --- tests/functional/afr/test_manual_heal_should_trigger_heal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/afr/test_manual_heal_should_trigger_heal.py b/tests/functional/afr/test_manual_heal_should_trigger_heal.py index 04771cc88..bae9464cd 100755 --- a/tests/functional/afr/test_manual_heal_should_trigger_heal.py +++ b/tests/functional/afr/test_manual_heal_should_trigger_heal.py @@ -148,7 +148,7 @@ class TestSelfHeal(GlusterBaseClass): # Add bricks g.log.info("Start adding bricks to volume...") ret, _, _ = add_brick(self.mnode, self.volname, bricks_to_add, - replica_count=2) + force=True, replica_count=2) self.assertFalse(ret, "Failed to add bricks %s" % bricks_to_add) g.log.info("Adding bricks is successful on volume %s", self.volname) -- cgit