summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_peer_detach.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_peer_detach.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_peer_detach.py')
-rw-r--r--tests/functional/glusterd/test_peer_detach.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/glusterd/test_peer_detach.py b/tests/functional/glusterd/test_peer_detach.py
index db58607b8..8b6077b60 100644
--- a/tests/functional/glusterd/test_peer_detach.py
+++ b/tests/functional/glusterd/test_peer_detach.py
@@ -33,7 +33,7 @@ class PeerDetachVerification(GlusterBaseClass):
"""
@classmethod
def setUpClass(cls):
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
# checking for peer status from every node
ret = cls.validate_peers_are_connected()