summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/test_heal_command_unsuccessful_as_bricks_down.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/afr/test_heal_command_unsuccessful_as_bricks_down.py')
-rwxr-xr-xtests/functional/afr/test_heal_command_unsuccessful_as_bricks_down.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/afr/test_heal_command_unsuccessful_as_bricks_down.py b/tests/functional/afr/test_heal_command_unsuccessful_as_bricks_down.py
index ec76fd2f7..2e4ddb9a1 100755
--- a/tests/functional/afr/test_heal_command_unsuccessful_as_bricks_down.py
+++ b/tests/functional/afr/test_heal_command_unsuccessful_as_bricks_down.py
@@ -213,8 +213,8 @@ class TestSelfHeal(GlusterBaseClass):
g.log.info('Volume is not in split-brain state')
# Validate IO
- g.log.info("Wait for IO to complete and validate IO ...")
- ret = validate_io_procs(self.all_mounts_procs, self.mounts)
- self.assertTrue(ret, "IO failed on some of the clients")
+ self.assertTrue(
+ validate_io_procs(self.all_mounts_procs, self.mounts),
+ "IO failed on some of the clients"
+ )
self.io_validation_complete = True
- g.log.info("IO is successful on all mounts")