CLOUDSTACK-7993: Code enhancement - test_egress_fw_rules.py - Removing unncessary waits

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
Gaurav Aradhye 2014-12-01 16:24:23 +05:30 committed by SrikanteswaraRao Talluri
parent 2fa1b02e3c
commit 6a2c18a989

View File

@ -360,9 +360,6 @@ class TestEgressFWRules(cloudstackTestCase):
except Exception as e:
self.fail("Warning: Exception during virtual machines cleanup : %s" % e)
# Wait for VMs to expunge
wait_for_cleanup(self.api_client, ["expunge.delay", "expunge.interval"])
if len(self.cleanup_vms) > 0:
retriesCount = 10
while True: