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 cf294894b..7773d4d36 100644
--- a/tests/functional/quota/test_deem_statfs_quotad.py
+++ b/tests/functional/quota/test_deem_statfs_quotad.py
@@ -33,7 +33,7 @@ class QuotaDeemStatfsAndQuotad(GlusterBaseClass):
"""
setup volume and initialize necessary variables
"""
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
g.log.info("Starting to Setup Volume")
ret = cls.setup_volume()
if not ret:
@@ -53,7 +53,7 @@ class QuotaDeemStatfsAndQuotad(GlusterBaseClass):
g.log.info("Successful in Cleanup Volume")
# calling GlusterBaseClass tearDownClass
- GlusterBaseClass.tearDownClass.im_func(cls)
+ cls.get_super_method(cls, 'tearDownClass')()
def test_quota_deem_statfs_quotad(self):
"""