summaryrefslogtreecommitdiffstats
path: root/tests/functional/snapshot/test_uss_snap_active_deactive.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/snapshot/test_uss_snap_active_deactive.py')
-rw-r--r--tests/functional/snapshot/test_uss_snap_active_deactive.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/snapshot/test_uss_snap_active_deactive.py b/tests/functional/snapshot/test_uss_snap_active_deactive.py
index db7f8ab73..40832e7cc 100644
--- a/tests/functional/snapshot/test_uss_snap_active_deactive.py
+++ b/tests/functional/snapshot/test_uss_snap_active_deactive.py
@@ -137,11 +137,11 @@ class SnapUssActiveD(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("I/O successful on clients")
# Enable USS
g.log.info("Enable USS on volume")