----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24884/ -----------------------------------------------------------
Review request for cloudstack and Santhosh Edukulla. Bugs: CLOUDSTACK-7368 https://issues.apache.org/jira/browse/CLOUDSTACK-7368 Repository: cloudstack-git Description ------- One test class failed in tearDownClass as it failed to delete network offering because the network offering was still in use by network. Shared networks need to be removed explicitly, they are not removed as part of account cleanup. Hence added shared network to cleanup and then removed network offerings. Diffs ----- test/integration/component/test_add_remove_network.py 34af7bc Diff: https://reviews.apache.org/r/24884/diff/ Testing ------- Yes. Tested on KVM Advanced setup. Log: Add network to running VM ... === TestName: test_01_add_nw_running_vm_1_isolated | Status : SUCCESS === ok Add network to running VM ... === TestName: test_01_add_nw_running_vm_2_shared | Status : SUCCESS === ok Add network to stopped VM ... === TestName: test_02_add_nw_stopped_vm_1_isolated | Status : SUCCESS === ok Add network to stopped VM ... === TestName: test_02_add_nw_stopped_vm_2_shared | Status : SUCCESS === ok Add same network multiple times to running VM ... === TestName: test_03_add_nw_multiple_times_1_isolated | Status : SUCCESS === ok Add same network multiple times to running VM ... === TestName: test_03_add_nw_multiple_times_2_shared | Status : SUCCESS === ok Add VPC network to running VM belonging to isolated network ... === TestName: test_04_vpc_nw_running_vm_1_isolated | Status : SUCCESS === ok Add VPC network to stopped VM belonging to isolated network ... === TestName: test_05_add_vpc_nw_stopped_vm_1_isolated | Status : SUCCESS === ok Add network and ip address to running VM ... === TestName: test_06_add_nw_ipaddress_running_vm | Status : SUCCESS === ok Add network with invalid ip address to running VM ... === TestName: test_10_add_nw_invalid_ipaddress_running_vm | Status : SUCCESS === ok Add network to running VM ... === TestName: test_14_add_nw_different_account_1_isolated | Status : SUCCESS === ok Add network to running VM ... === TestName: test_14_add_nw_different_account_2_shared | Status : SUCCESS === ok Add network to running VM ... === TestName: test_24_add_nw_different_domain | Status : SUCCESS === ok Add network to VM with maximum network limit reached ... === TestName: test_25_add_nw_above_account_limit | Status : SUCCESS === ok ---------------------------------------------------------------------- Ran 14 tests in 1768.268s OK Thanks, Gaurav Aradhye