summaryrefslogtreecommitdiffstats
path: root/tests/functional/snapshot/test_snap_info_glusterd_restart.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/snapshot/test_snap_info_glusterd_restart.py')
-rw-r--r--tests/functional/snapshot/test_snap_info_glusterd_restart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/snapshot/test_snap_info_glusterd_restart.py b/tests/functional/snapshot/test_snap_info_glusterd_restart.py
index 13d9f0bb7..a9fc7aa82 100644
--- a/tests/functional/snapshot/test_snap_info_glusterd_restart.py
+++ b/tests/functional/snapshot/test_snap_info_glusterd_restart.py
@@ -41,14 +41,14 @@ class SnapshotInfo(GlusterBaseClass):
@classmethod
def setUpClass(cls):
- GlusterBaseClass.setUpClass.im_func(cls)
+ cls.get_super_method(cls, 'setUpClass')()
cls.snap1 = "snap1"
cls.snap2 = "snap2"
def setUp(self):
# SettingUp volume and Mounting the volume
- GlusterBaseClass.setUpClass.im_func(self)
+ self.get_super_method(self, 'setUp')()
g.log.info("Starting to SetUp Volume")
ret = self.setup_volume_and_mount_volume(mounts=self.mounts)
if not ret: