summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_quota_volume_subdir_limits.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/quota/test_quota_volume_subdir_limits.py')
-rw-r--r--tests/functional/quota/test_quota_volume_subdir_limits.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/quota/test_quota_volume_subdir_limits.py b/tests/functional/quota/test_quota_volume_subdir_limits.py
index 7e4245c16..4da2ae86d 100644
--- a/tests/functional/quota/test_quota_volume_subdir_limits.py
+++ b/tests/functional/quota/test_quota_volume_subdir_limits.py
@@ -38,7 +38,7 @@ class QuotaVolumeAndSubdirLimits(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",
@@ -63,7 +63,7 @@ class QuotaVolumeAndSubdirLimits(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_volume_subdir_limits(self):
"""