summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_deem_statfs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/quota/test_deem_statfs.py')
-rw-r--r--tests/functional/quota/test_deem_statfs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/quota/test_deem_statfs.py b/tests/functional/quota/test_deem_statfs.py
index d5050f9ef..5da70d896 100644
--- a/tests/functional/quota/test_deem_statfs.py
+++ b/tests/functional/quota/test_deem_statfs.py
@@ -37,7 +37,7 @@ class QuotaStatvfs(GlusterBaseClass):
"""
# calling GlusterBaseClass setUpClass
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
# Setup Volume and Mount Volume
g.log.info("Starting to Setup and Mount Volume %s",
@@ -62,7 +62,7 @@ class QuotaStatvfs(GlusterBaseClass):
g.log.info("Successful in Unmount Volume and Cleanup Volume")
# calling GlusterBaseClass tearDownClass
- GlusterBaseClass.tearDownClass.im_func(cls)
+ cls.get_super_method(cls, 'tearDownClass')()
def test_quota_statvfs(self):
"""