----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25684/ -----------------------------------------------------------
Review request for cloudstack, Santhosh Edukulla and SrikanteswaraRao Talluri. Bugs: CLOUDSTACK-7557 https://issues.apache.org/jira/browse/CLOUDSTACK-7557 Repository: cloudstack-git Description ------- After stopping VMs, the network state should change from "Implemented" to "Allocated" after some time. Root cause of failure: The wait time in test case is too less. It's 6 sec instead of 60 seconds. Hence the test case failed before the state changed to Allocated. Resolution: Fixed the wait time. Diffs ----- test/integration/component/test_vpc_network.py b399765 Diff: https://reviews.apache.org/r/25684/diff/ Testing ------- Yes. Log: Test update Network that is part of a VPC to a network offering that has more services ... === TestName: test_01_network_services_upgrade | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 1 test in 538.298s OK Thanks, Gaurav Aradhye