summaryrefslogtreecommitdiffstats
path: root/tests/functional/bvt/test_sosreport_interoperability.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/bvt/test_sosreport_interoperability.py')
-rw-r--r--tests/functional/bvt/test_sosreport_interoperability.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/functional/bvt/test_sosreport_interoperability.py b/tests/functional/bvt/test_sosreport_interoperability.py
index 76e1a023f..3f1081a57 100644
--- a/tests/functional/bvt/test_sosreport_interoperability.py
+++ b/tests/functional/bvt/test_sosreport_interoperability.py
@@ -41,14 +41,12 @@ class ValidateSosreportBehavior(GlusterBaseClass):
volume_create_force=False)
if not ret:
raise ExecutionError("Failed to Setup_Volume and Mount_Volume")
- g.log.info("Successful in Setup Volume and Mount Volume")
def tearDown(self):
"""tearDown"""
ret = self.unmount_volume_and_cleanup_volume(mounts=[self.mounts[0]])
if not ret:
raise ExecutionError("Failed to umount the vol & cleanup Volume")
- g.log.info("Successful in umounting the volume and Cleanup")
self.get_super_method(self, 'tearDown')()
def test_sosreport_behavior_for_glusterfs(self):