summaryrefslogtreecommitdiffstats
path: root/tests/functional/authentication/test_vol_auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/authentication/test_vol_auth.py')
-rw-r--r--tests/functional/authentication/test_vol_auth.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/authentication/test_vol_auth.py b/tests/functional/authentication/test_vol_auth.py
index bb3da6f96..646ab3520 100644
--- a/tests/functional/authentication/test_vol_auth.py
+++ b/tests/functional/authentication/test_vol_auth.py
@@ -50,7 +50,7 @@ class AuthRejectVol(GlusterBaseClass):
raise ExecutionError("Volume has not Started")
g.log.info("Volume is started.")
# Calling GlusterBaseClass Setup
- GlusterBaseClass.setUp.im_func(self)
+ self.get_super_method(self, 'setUp')()
def tearDown(self):
# tearDown for every test
@@ -63,7 +63,7 @@ class AuthRejectVol(GlusterBaseClass):
": %s", self.volname)
# Calling GlusterBaseClass tearDown
- GlusterBaseClass.tearDown.im_func(self)
+ self.get_super_method(self, 'tearDown')()
def test_validate_authreject_vol(self):
"""