summaryrefslogtreecommitdiffstats
path: root/tests/functional/fuse_subdir/test_auth_reject.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-12-09 22:29:05 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-12-12 11:35:30 +0000
commit79e82b1f04184d895638a78c7c57ea49d936efe7 (patch)
treec96902c06a689418378d9afc9bba3774c24a6539 /tests/functional/fuse_subdir/test_auth_reject.py
parenta3ea01c342573a02f7717960affa51ed141d7737 (diff)
[py2to3] Add py3 support in 'tests/functional/fuse_subdir'
Change-Id: I56194047ac6105cddb43d3f413b03bcdbbcde587 Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
Diffstat (limited to 'tests/functional/fuse_subdir/test_auth_reject.py')
-rw-r--r--tests/functional/fuse_subdir/test_auth_reject.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fuse_subdir/test_auth_reject.py b/tests/functional/fuse_subdir/test_auth_reject.py
index 609e26dd0..65ef338e1 100644
--- a/tests/functional/fuse_subdir/test_auth_reject.py
+++ b/tests/functional/fuse_subdir/test_auth_reject.py
@@ -38,7 +38,7 @@ class FuseSubDirAuthReject(GlusterBaseClass):
"""
Setup and mount volume
"""
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
# Setup Volume and Mount Volume
g.log.info("Starting volume setup and mount %s",
cls.volname)