summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_rebalance_spurious.py
diff options
context:
space:
mode:
authorSri Vignesh <sselvan@redhat.com>2020-02-19 17:52:02 +0530
committerSri Vignesh <sselvan@redhat.com>2020-02-19 17:52:02 +0530
commitdf5846416b7ba9c75a8ee6298af5629fabb2aec2 (patch)
treec9537d66c7df40b9b38b4eb57a96fb673cb32b65 /tests/functional/glusterd/test_rebalance_spurious.py
parent7895c20654b06ff647853b7c631953b64026b8c8 (diff)
[testfix] removed the rmdir which was merged in baseclass
Change-Id: I04f7b7c894d48d0188379028412d9c6b48eac210 Signed-off-by: Sri Vignesh <sselvan@redhat.com>
Diffstat (limited to 'tests/functional/glusterd/test_rebalance_spurious.py')
-rw-r--r--tests/functional/glusterd/test_rebalance_spurious.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/functional/glusterd/test_rebalance_spurious.py b/tests/functional/glusterd/test_rebalance_spurious.py
index d0e792bd6..dab69b7b2 100644
--- a/tests/functional/glusterd/test_rebalance_spurious.py
+++ b/tests/functional/glusterd/test_rebalance_spurious.py
@@ -30,7 +30,7 @@ from glustolibs.gluster.brick_ops import remove_brick
from glustolibs.gluster.exceptions import ExecutionError
from glustolibs.gluster.rebalance_ops import (rebalance_start,
wait_for_fix_layout_to_complete)
-from glustolibs.gluster.glusterdir import mkdir, rmdir
+from glustolibs.gluster.glusterdir import mkdir
from glustolibs.gluster.mount_ops import mount_volume, umount_volume
from glustolibs.gluster.glusterfile import get_fattr
@@ -57,11 +57,6 @@ class TestSpuriousRebalance(GlusterBaseClass):
self.assertTrue(ret, ("Failed to Unmount Volume %s" % self.volname))
g.log.info("Successfully Unmounted Volume %s", self.volname)
- ret = rmdir(self.mounts[0].client_system, self.mounts[0].mountpoint)
- if not ret:
- raise ExecutionError("Failed to remove directory mount directory.")
- g.log.info("Mount directory is removed successfully")
-
# Clean up all volumes and peer probe to form cluster
vol_list = get_volume_list(self.mnode)
if vol_list is not None: