summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_deem_statfs_quotad.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/quota/test_deem_statfs_quotad.py')
-rw-r--r--tests/functional/quota/test_deem_statfs_quotad.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/quota/test_deem_statfs_quotad.py b/tests/functional/quota/test_deem_statfs_quotad.py
index 8aecfc6e6..06e87f7e8 100644
--- a/tests/functional/quota/test_deem_statfs_quotad.py
+++ b/tests/functional/quota/test_deem_statfs_quotad.py
@@ -43,8 +43,8 @@ class QuotaDeemStatfsAndQuotad(GlusterBaseClass):
def tearDown(self):
# Unmount and cleanup original volume
- g.log.info("Starting to Unmount Volume and Cleanup Volume")
- ret = self.unmount_volume_and_cleanup_volume(mounts=self.mounts)
+ g.log.info("Starting to Cleanup Volume")
+ ret = self.cleanup_volume()
if not ret:
raise ExecutionError("Failed to umount the vol & cleanup Volume")
g.log.info("Successful in umounting the volume and Cleanup")