summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_rebalance_with_hidden_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dht/test_rebalance_with_hidden_files.py')
-rw-r--r--tests/functional/dht/test_rebalance_with_hidden_files.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/dht/test_rebalance_with_hidden_files.py b/tests/functional/dht/test_rebalance_with_hidden_files.py
index 6e51f0523..d3357bcfb 100644
--- a/tests/functional/dht/test_rebalance_with_hidden_files.py
+++ b/tests/functional/dht/test_rebalance_with_hidden_files.py
@@ -106,10 +106,10 @@ class RebalanceValidation(GlusterBaseClass):
self.all_mounts_procs.append(proc)
# validate IO
- g.log.info("Validating IO on mounts")
- ret = validate_io_procs(self.all_mounts_procs, self.mounts)
- self.assertTrue(ret, "IO failed on some of the clients")
- g.log.info("IO is successful on all mounts")
+ self.assertTrue(
+ validate_io_procs(self.all_mounts_procs, self.mounts),
+ "IO failed on some of the clients"
+ )
# List all files and dirs created
g.log.info("List all files and directories:")