summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/test_dist_to_repl_automatic_heal_should_be_triggered.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/afr/test_dist_to_repl_automatic_heal_should_be_triggered.py')
-rwxr-xr-xtests/functional/afr/test_dist_to_repl_automatic_heal_should_be_triggered.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/afr/test_dist_to_repl_automatic_heal_should_be_triggered.py b/tests/functional/afr/test_dist_to_repl_automatic_heal_should_be_triggered.py
index 1e9042db2..b49db5336 100755
--- a/tests/functional/afr/test_dist_to_repl_automatic_heal_should_be_triggered.py
+++ b/tests/functional/afr/test_dist_to_repl_automatic_heal_should_be_triggered.py
@@ -153,7 +153,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)