summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/test_conservative_merge_of_files_heal_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/afr/test_conservative_merge_of_files_heal_command.py')
-rw-r--r--tests/functional/afr/test_conservative_merge_of_files_heal_command.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/functional/afr/test_conservative_merge_of_files_heal_command.py b/tests/functional/afr/test_conservative_merge_of_files_heal_command.py
index 2f36635c5..3a6c62069 100644
--- a/tests/functional/afr/test_conservative_merge_of_files_heal_command.py
+++ b/tests/functional/afr/test_conservative_merge_of_files_heal_command.py
@@ -170,11 +170,11 @@ class VerifySelfHealTriggersHealCommand(GlusterBaseClass):
self.io_validation_complete = False
# 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")
# Bring brick 0 online
g.log.info('Bringing bricks %s online...', bricks_list[0])
@@ -214,11 +214,11 @@ class VerifySelfHealTriggersHealCommand(GlusterBaseClass):
self.io_validation_complete = False
# 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")
# Bring brick 1 online
g.log.info('Bringing bricks %s online...', bricks_list[1])