summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_quota_volume_subdir_limits.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-12-04 02:12:49 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-12-12 11:33:21 +0000
commita3ea01c342573a02f7717960affa51ed141d7737 (patch)
tree1714b4051222746e5691bcc52cc923fe966f02f3 /tests/functional/quota/test_quota_volume_subdir_limits.py
parenta7b8abe275c123a4ac980f414ce9ac284d15b3c6 (diff)
[py2to3] Add py3 support for tests in 'tests/functional/quota'
Change-Id: I39ed09ee91a345daae7bb675184a8a30d48575fa Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
Diffstat (limited to 'tests/functional/quota/test_quota_volume_subdir_limits.py')
-rw-r--r--tests/functional/quota/test_quota_volume_subdir_limits.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/quota/test_quota_volume_subdir_limits.py b/tests/functional/quota/test_quota_volume_subdir_limits.py
index 7e4245c16..4da2ae86d 100644
--- a/tests/functional/quota/test_quota_volume_subdir_limits.py
+++ b/tests/functional/quota/test_quota_volume_subdir_limits.py
@@ -38,7 +38,7 @@ class QuotaVolumeAndSubdirLimits(GlusterBaseClass):
"""
# calling GlusterBaseClass setUpClass
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
# Setup Volume and Mount Volume
g.log.info("Starting to Setup and Mount Volume %s",
@@ -63,7 +63,7 @@ class QuotaVolumeAndSubdirLimits(GlusterBaseClass):
g.log.info("Successful in Unmount Volume and Cleanup Volume")
# calling GlusterBaseClass tearDownClass
- GlusterBaseClass.tearDownClass.im_func(cls)
+ cls.get_super_method(cls, 'tearDownClass')()
def test_quota_volume_subdir_limits(self):
"""