summaryrefslogtreecommitdiffstats
path: root/tests/functional/bvt/test_cvt.py
diff options
context:
space:
mode:
authorNigel Babu <nigelb@redhat.com>2018-04-26 10:28:39 +0530
committerNigel Babu <nigelb@redhat.com>2018-04-26 10:34:46 +0530
commit9fa70bf5c850395d7843fee1888f9c39dd7f8c9e (patch)
tree3b81e3327117027c58bd1b02d8d4a49eef836dbc /tests/functional/bvt/test_cvt.py
parentcb9f6652962bf88f1061d981736e7e02e5608a23 (diff)
Remove logical error in CVT test
This step is not needed at all. It appears to be a copy-paste error or some sort of mistake. Missed it through review and a few rounds of debugging Change-Id: I232f68c846ebf18a106554c1b0214748f2cdc391
Diffstat (limited to 'tests/functional/bvt/test_cvt.py')
-rw-r--r--tests/functional/bvt/test_cvt.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/functional/bvt/test_cvt.py b/tests/functional/bvt/test_cvt.py
index dac0fe88d..3c05bb51a 100644
--- a/tests/functional/bvt/test_cvt.py
+++ b/tests/functional/bvt/test_cvt.py
@@ -736,14 +736,6 @@ class TestGlusterHealSanity(GlusterBasicFeaturesSanityBaseClass):
g.log.info("Successful in bringing bricks: %s offline",
bricks_to_bring_offline)
- # Wait for volume processes to be online
- g.log.info("Wait for volume processes to be online")
- ret = wait_for_volume_process_to_be_online(self.mnode, self.volname)
- self.assertTrue(ret, ("Volume %s processes not online despite waiting"
- "for 5 mins", self.volname))
- g.log.info("Successful in waiting for volume %s processes to be "
- "online", self.volname)
-
# Log Volume Info and Status
g.log.info("Logging volume info and Status after bringing bricks "
"offline from the volume %s", self.volname)