mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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:
|
except Exception as e:
|
||||||
self.fail("Warning: Exception during virtual machines cleanup : %s" % 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:
|
if len(self.cleanup_vms) > 0:
|
||||||
retriesCount = 10
|
retriesCount = 10
|
||||||
while True:
|
while True:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user