summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_quota_limit_dir_breadth.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/quota/test_quota_limit_dir_breadth.py')
-rwxr-xr-xtests/functional/quota/test_quota_limit_dir_breadth.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/quota/test_quota_limit_dir_breadth.py b/tests/functional/quota/test_quota_limit_dir_breadth.py
index 76747732f..b70c1187f 100755
--- a/tests/functional/quota/test_quota_limit_dir_breadth.py
+++ b/tests/functional/quota/test_quota_limit_dir_breadth.py
@@ -107,10 +107,10 @@ class QuotaLimitDirBreadth(GlusterBaseClass):
self.all_mounts_procs.append(proc)
# 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")
- 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"
+ )
# Get dir list
g.log.info('Getting dir list in %s', self.volname)