----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15999/ -----------------------------------------------------------
Review request for cloudstack, Girish Shilamkar and SrikanteswaraRao Talluri. Bugs: CLOUDSTACK-5364 https://issues.apache.org/jira/browse/CLOUDSTACK-5364 Repository: cloudstack-git Description ------- Following test cases failed: test_11_egress_fr11 test_11_1_egress_fr11 They failed due to two isolated networks were being created in an account, that happened in case where network from the previous test did not get deleted. Added loop in tearDown to check if all the vms in the network are expunged before deleting the network, so that the network gets deleted properly before execution of next test case. Diffs ----- test/integration/component/test_egress_fw_rules.py 6dcc2c4d Diff: https://reviews.apache.org/r/15999/diff/ Testing ------- Thanks, Ashutosh Kelkar