summaryrefslogtreecommitdiffstats
path: root/tests/functional/snapshot/test_snap_uss_while_io.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/snapshot/test_snap_uss_while_io.py')
-rw-r--r--tests/functional/snapshot/test_snap_uss_while_io.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/snapshot/test_snap_uss_while_io.py b/tests/functional/snapshot/test_snap_uss_while_io.py
index 990fadd17..e8435c579 100644
--- a/tests/functional/snapshot/test_snap_uss_while_io.py
+++ b/tests/functional/snapshot/test_snap_uss_while_io.py
@@ -164,11 +164,11 @@ class SnapshotUssWhileIo(GlusterBaseClass):
g.log.info("snapshot %s activated successfully", self.snap)
# Validate IO is completed
- g.log.info("Wait for IO to complete and validate IO ...")
- ret = validate_io_procs(all_mounts_procs, self.mounts)
- self.assertTrue(ret, "IO failed on some of the clients")
+ self.assertTrue(
+ validate_io_procs(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")
# validate snapshots are listed under .snaps directory
g.log.info("Validating snaps under .snaps")