From 6a2c18a989a081cdf79dc8453b488b14a72cdd01 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Mon, 1 Dec 2014 16:24:23 +0530 Subject: [PATCH] CLOUDSTACK-7993: Code enhancement - test_egress_fw_rules.py - Removing unncessary waits Signed-off-by: SrikanteswaraRao Talluri --- test/integration/component/test_egress_fw_rules.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/integration/component/test_egress_fw_rules.py b/test/integration/component/test_egress_fw_rules.py index 0122e4f63eb..4f95925479e 100755 --- a/test/integration/component/test_egress_fw_rules.py +++ b/test/integration/component/test_egress_fw_rules.py @@ -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: