summaryrefslogtreecommitdiffstats
path: root/tests/functional/afr/test_quota_limit_entry_heal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/afr/test_quota_limit_entry_heal.py')
-rw-r--r--tests/functional/afr/test_quota_limit_entry_heal.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/functional/afr/test_quota_limit_entry_heal.py b/tests/functional/afr/test_quota_limit_entry_heal.py
index 033d326f4..9ae7c2013 100644
--- a/tests/functional/afr/test_quota_limit_entry_heal.py
+++ b/tests/functional/afr/test_quota_limit_entry_heal.py
@@ -43,8 +43,7 @@ class QuotaEntrySelfHealTest(GlusterBaseClass):
"""
@classmethod
def setUpClass(cls):
-
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
# Override Volumes
if cls.volume_type == "replicated":
@@ -55,7 +54,7 @@ class QuotaEntrySelfHealTest(GlusterBaseClass):
'transport': 'tcp'}
def setUp(self):
- GlusterBaseClass.setUp.im_func(self)
+ self.get_super_method(self, 'setUp')()
g.log.info("Starting to Setup Volume %s", self.volname)
self.all_mounts_procs = []
@@ -92,7 +91,7 @@ class QuotaEntrySelfHealTest(GlusterBaseClass):
g.log.info("Successful in umounting the volume and Cleanup")
# Calling GlusterBaseClass teardown
- GlusterBaseClass.tearDown.im_func(self)
+ self.get_super_method(self, 'tearDown')()
def test_entry_heal_with_quota(self):
"""