summaryrefslogtreecommitdiffstats
path: root/tests/functional/authentication/test_auth_allow.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-11-29 21:57:12 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-12-12 11:25:22 +0000
commitc0831bdd436d389fe45b3d8fa9061fe3d6827d10 (patch)
treee83a445292840c8c69fc1523d41813976c645cee /tests/functional/authentication/test_auth_allow.py
parent5f9e15da17669665fc7a5f8d2d306082372e967e (diff)
[py2to3] Add py3 support for tests in 'tests/functional/authentication'
Change-Id: I1c568a43bb635720a4aedc75ba844a4f499130fe Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
Diffstat (limited to 'tests/functional/authentication/test_auth_allow.py')
-rw-r--r--tests/functional/authentication/test_auth_allow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/authentication/test_auth_allow.py b/tests/functional/authentication/test_auth_allow.py
index 41e0e78f5..194ea189c 100644
--- a/tests/functional/authentication/test_auth_allow.py
+++ b/tests/functional/authentication/test_auth_allow.py
@@ -36,7 +36,7 @@ class FuseAuthAllow(GlusterBaseClass):
"""
Create and start volume
"""
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
# Create and start volume
g.log.info("Starting volume setup process %s", cls.volname)
ret = cls.setup_volume()