summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroot <root@localhost.localdomain>2018-12-02 20:12:07 +0530
committerroot <root@localhost.localdomain>2018-12-02 20:14:18 +0530
commit3d9799eeed606f0b38e5c435d88831807c319065 (patch)
treeb3b7d010018172f85433081d49edfa2167fc9518
parent98d46e2d192df683d98c1f53e00b486335d9207d (diff)
Modified the test per BZ Bug 1579758
Change-Id: I8d15f482dbde12670975e32af685570a0eaa50b6 Signed-off-by: Anees <anepatel@redhat.com>
-rwxr-xr-xtests/functional/afr/test_manual_heal_should_trigger_heal.py2
1 files changed, 1 insertions, 1 deletions
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)