summaryrefslogtreecommitdiffstats
path: root/tests/functional/snapshot/test_restore_online_vol.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/snapshot/test_restore_online_vol.py')
-rw-r--r--tests/functional/snapshot/test_restore_online_vol.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/functional/snapshot/test_restore_online_vol.py b/tests/functional/snapshot/test_restore_online_vol.py
index 9df2ddefa..023e9ead4 100644
--- a/tests/functional/snapshot/test_restore_online_vol.py
+++ b/tests/functional/snapshot/test_restore_online_vol.py
@@ -118,11 +118,11 @@ class SnapRSOnline(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")
# Get stat of all the files/dirs created.
g.log.info("Get stat of all the files/dirs created.")