summaryrefslogtreecommitdiffstats
path: root/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_force_then_lookup.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/dht/test_induce_holes_in_layout_by_removebrick_force_then_lookup.py')
-rw-r--r--tests/functional/dht/test_induce_holes_in_layout_by_removebrick_force_then_lookup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_force_then_lookup.py b/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_force_then_lookup.py
index 51465ea81..04b72725a 100644
--- a/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_force_then_lookup.py
+++ b/tests/functional/dht/test_induce_holes_in_layout_by_removebrick_force_then_lookup.py
@@ -163,9 +163,13 @@ class RebalanceValidation(GlusterBaseClass):
if ret:
raise ExecutionError("Failed to delete removed brick dir "
"%s:%s" % (brick_node, brick_path))
+
# Unmount Volume and Cleanup Volume
g.log.info("Starting to Unmount Volume and Cleanup Volume")
ret = self.unmount_volume_and_cleanup_volume(mounts=self.mounts)
if not ret:
raise ExecutionError("Failed to Unmount Volume and Cleanup Volume")
g.log.info("Successful in Unmount Volume and Cleanup Volume")
+
+ # Calling GlusterBaseClass tearDown
+ self.get_super_method(self, 'tearDown')()