Repository: cloudstack Updated Branches: refs/heads/4.5 e6236297a -> 3d279bbb1
CLOUDSTACK-7993: Code enhancement - test_egress_fw_rules.py - Removing unncessary waits Signed-off-by: SrikanteswaraRao Talluri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/3d279bbb Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3d279bbb Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3d279bbb Branch: refs/heads/4.5 Commit: 3d279bbb190f9907a80cc5d3f8142b3f9eb90f01 Parents: e623629 Author: Gaurav Aradhye <[email protected]> Authored: Mon Dec 1 16:24:23 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Tue Dec 2 15:40:47 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_egress_fw_rules.py | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3d279bbb/test/integration/component/test_egress_fw_rules.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_egress_fw_rules.py b/test/integration/component/test_egress_fw_rules.py index 0122e4f..4f95925 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:
