summaryrefslogtreecommitdiffstats
path: root/tests/functional/quota/test_quota_add_brick.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_add_brick.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_add_brick.py')
-rw-r--r--tests/functional/quota/test_quota_add_brick.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/quota/test_quota_add_brick.py b/tests/functional/quota/test_quota_add_brick.py
index 1078ceff1..7a08d7d65 100644
--- a/tests/functional/quota/test_quota_add_brick.py
+++ b/tests/functional/quota/test_quota_add_brick.py
@@ -34,7 +34,7 @@ class QuotaAddBrick(GlusterBaseClass):
def setUp(self):
# Calling GlusterBaseClass setUp
- GlusterBaseClass.setUp.im_func(self)
+ self.get_super_method(self, 'setUp')()
self.all_mounts_procs = []
@@ -57,7 +57,7 @@ class QuotaAddBrick(GlusterBaseClass):
g.log.info("Successful in umounting the volume and Cleanup")
# Calling GlusterBaseClass teardown
- GlusterBaseClass.tearDown.im_func(self)
+ self.get_super_method(self, 'tearDown')()
def test_quota_add_brick(self):
"""