Repository: cloudstack Updated Branches: refs/heads/4.5 a4174d3e9 -> a1e7feead
CLOUDSTACK-7802: test_vpc_network.py - Increasing polling period for network state check Signed-off-by: SrikanteswaraRao Talluri <tall...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/af510eb6 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/af510eb6 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/af510eb6 Branch: refs/heads/4.5 Commit: af510eb656eac08eb7f299ad970d49d9f3d96eb3 Parents: a4174d3 Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Authored: Tue Oct 28 13:38:10 2014 +0530 Committer: SrikanteswaraRao Talluri <tall...@apache.org> Committed: Thu Oct 30 15:06:46 2014 +0530 ---------------------------------------------------------------------- test/integration/component/test_vpc_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/af510eb6/test/integration/component/test_vpc_network.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_vpc_network.py b/test/integration/component/test_vpc_network.py index 096315c..f4c0a2f 100644 --- a/test/integration/component/test_vpc_network.py +++ b/test/integration/component/test_vpc_network.py @@ -1934,7 +1934,7 @@ class TestVPCNetworkUpgrade(cloudstackTestCase): # When all Vms ain network are stopped, network state changes from Implemented --> Shutdown --> Allocated # We can't update the network when it is in Shutodown state, hence we should wait for the state to change to # Allocated and then update the network - retriesCount = 10 + retriesCount = 20 while True: networks = list_networks(self.apiclient, id=network_1.id) self.assertEqual(validateList(networks)[0], PASS, "networks list validation failed, list id %s" % networks)