summaryrefslogtreecommitdiffstats
path: root/tests/functional/arbiter/test_remove_faulty_subvol_and_add_new_subvol.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/arbiter/test_remove_faulty_subvol_and_add_new_subvol.py')
-rw-r--r--tests/functional/arbiter/test_remove_faulty_subvol_and_add_new_subvol.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/arbiter/test_remove_faulty_subvol_and_add_new_subvol.py b/tests/functional/arbiter/test_remove_faulty_subvol_and_add_new_subvol.py
index 5211d297a..6768d7660 100644
--- a/tests/functional/arbiter/test_remove_faulty_subvol_and_add_new_subvol.py
+++ b/tests/functional/arbiter/test_remove_faulty_subvol_and_add_new_subvol.py
@@ -146,11 +146,11 @@ class TestArbiterSelfHeal(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")
# Get areequal before removing subvol
g.log.info('Getting areequal before removing subvol...')