summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_commit_then_fixlayout.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-12-16 18:26:45 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-12-18 10:26:37 +0000
commit065f51e673b3ccc39b153423359bed2dd572935d (patch)
treef1c998d24aa463f567b4742f1c74f95893ffedef /tests/functional/dht/test_induce_holes_in_layout_by_removebrick_commit_then_fixlayout.py
parentb1dfa315487c2da399988775e5de39354f686b0c (diff)
[py2to3] Add py3 support in 'tests/functional/dht'
Change-Id: I44fe85519c8fd381064670e54dac8736107b0928 Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
Diffstat (limited to 'tests/functional/dht/test_induce_holes_in_layout_by_removebrick_commit_then_fixlayout.py')
-rw-r--r--tests/functional/dht/test_induce_holes_in_layout_by_removebrick_commit_then_fixlayout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_commit_then_fixlayout.py b/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_commit_then_fixlayout.py
index d5d0956e4..448514c6f 100644
--- a/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_commit_then_fixlayout.py
+++ b/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_commit_then_fixlayout.py
@@ -37,7 +37,7 @@ class RebalanceValidation(GlusterBaseClass):
def setUp(self):
# Calling GlusterBaseClass setUp
- GlusterBaseClass.setUp.im_func(self)
+ self.get_super_method(self, 'setUp')()
if self.volume_type == "distributed-replicated":
self.volume_configs = []