diff options
Diffstat (limited to 'tests/functional/snapshot/test_snap_list_after_restart.py')
-rw-r--r-- | tests/functional/snapshot/test_snap_list_after_restart.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/snapshot/test_snap_list_after_restart.py b/tests/functional/snapshot/test_snap_list_after_restart.py index 52f34c14a..4b73a2b01 100644 --- a/tests/functional/snapshot/test_snap_list_after_restart.py +++ b/tests/functional/snapshot/test_snap_list_after_restart.py @@ -39,7 +39,7 @@ class SnapshotGlusterddown(GlusterBaseClass): def setUp(self): # SettingUp volume and Mounting the volume - GlusterBaseClass.setUp.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: |