summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_enable_brickmux_create_and_stop_three_volumes.py
diff options
context:
space:
mode:
authorValerii Ponomarov <vponomar@redhat.com>2019-12-13 20:05:55 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2019-12-18 10:38:52 +0000
commit902dc78766d0938f0e40c71c25a4ce2bb10b005d (patch)
treebbb34f4fc5cdd9b2494d89d589d51bc5a4cfa604 /tests/functional/glusterd/test_enable_brickmux_create_and_stop_three_volumes.py
parent065f51e673b3ccc39b153423359bed2dd572935d (diff)
[py2to3] Add py3 support in 'tests/functional/glusterd'. Part 1
Change-Id: Ib414b8496ca65a48bbe42936e32a863c9c1072e4 Signed-off-by: Valerii Ponomarov <kiparis.kh@gmail.com>
Diffstat (limited to 'tests/functional/glusterd/test_enable_brickmux_create_and_stop_three_volumes.py')
-rw-r--r--tests/functional/glusterd/test_enable_brickmux_create_and_stop_three_volumes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/glusterd/test_enable_brickmux_create_and_stop_three_volumes.py b/tests/functional/glusterd/test_enable_brickmux_create_and_stop_three_volumes.py
index 9ae673100..40b2a19f0 100644
--- a/tests/functional/glusterd/test_enable_brickmux_create_and_stop_three_volumes.py
+++ b/tests/functional/glusterd/test_enable_brickmux_create_and_stop_three_volumes.py
@@ -56,7 +56,7 @@ class TestEnableBrickMuxCreateAndStopThreevolumes(GlusterBaseClass):
raise ExecutionError("Failed to disable cluster.brick-multiplex")
g.log.info("Successfully set cluster.brick-multiplex to disable.")
- GlusterBaseClass.tearDown.im_func(self)
+ self.get_super_method(self, 'tearDown')()
def test_enable_brickmux_create_and_stop_three_volumes(self):