summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_quota_symlink_limit.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/quota/test_quota_symlink_limit.py')
-rw-r--r--tests/functional/quota/test_quota_symlink_limit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/quota/test_quota_symlink_limit.py b/tests/functional/quota/test_quota_symlink_limit.py
index 75ae83cb1..165640eee 100644
--- a/tests/functional/quota/test_quota_symlink_limit.py
+++ b/tests/functional/quota/test_quota_symlink_limit.py
@@ -34,7 +34,7 @@ class QuotaUniqueSoftLimit(GlusterBaseClass):
which is used in tests
"""
# 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",
@@ -58,7 +58,7 @@ class QuotaUniqueSoftLimit(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_symlink_limit(self):
"""