mirror of https://github.com/apache/cloudstack.git
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:
parent
2fa1b02e3c
commit
6a2c18a989
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue