summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterfind/test_gfind_post_cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/glusterfind/test_gfind_post_cli.py')
-rw-r--r--tests/functional/glusterfind/test_gfind_post_cli.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/functional/glusterfind/test_gfind_post_cli.py b/tests/functional/glusterfind/test_gfind_post_cli.py
index 250e6920c..0daf46201 100644
--- a/tests/functional/glusterfind/test_gfind_post_cli.py
+++ b/tests/functional/glusterfind/test_gfind_post_cli.py
@@ -42,7 +42,7 @@ class TestGlusterFindPostCLI(GlusterBaseClass):
"""
# calling GlusterBaseClass setUpClass
- GlusterBaseClass.setUp.im_func(self)
+ self.get_super_method(self, 'setUp')()
# Setup Volume and Mount Volume
g.log.info("Starting to Setup %s", self.volname)
@@ -77,8 +77,8 @@ class TestGlusterFindPostCLI(GlusterBaseClass):
raise ExecutionError("Failed to Cleanup Volume")
g.log.info("Successful in Cleanup Volume")
- # calling GlusterBaseClass tearDownClass
- GlusterBaseClass.tearDown.im_func(self)
+ # calling GlusterBaseClass tearDown
+ self.get_super_method(self, 'tearDown')()
def test_gfind_post_cli(self):
"""