From 9fa70bf5c850395d7843fee1888f9c39dd7f8c9e Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Thu, 26 Apr 2018 10:28:39 +0530 Subject: 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 --- tests/functional/bvt/test_cvt.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/functional/bvt/test_cvt.py') 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) -- cgit