summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_volume_status_with_absent_bricks.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/glusterd/test_volume_status_with_absent_bricks.py')
-rw-r--r--tests/functional/glusterd/test_volume_status_with_absent_bricks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/glusterd/test_volume_status_with_absent_bricks.py b/tests/functional/glusterd/test_volume_status_with_absent_bricks.py
index 9a35c2fef..5a3d60485 100644
--- a/tests/functional/glusterd/test_volume_status_with_absent_bricks.py
+++ b/tests/functional/glusterd/test_volume_status_with_absent_bricks.py
@@ -41,7 +41,7 @@ class TestVolumeStatusWithAbsentBricks(GlusterBaseClass):
raise ExecutionError("Failed Cleanup the Volume %s"
% self.volname)
# Calling GlusterBaseClass tearDown
- GlusterBaseClass.tearDown.im_func(self)
+ self.get_super_method(self, 'tearDown')()
def test_volume_absent_bricks(self):
'''