----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/25376/#review52431 -----------------------------------------------------------
Ship it! Ship It! - SrikanteswaraRao Talluri On Sept. 5, 2014, 8:15 a.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/25376/ > ----------------------------------------------------------- > > (Updated Sept. 5, 2014, 8:15 a.m.) > > > Review request for cloudstack, sanjeev n and SrikanteswaraRao Talluri. > > > Bugs: CLOUDSTACK-7393 > https://issues.apache.org/jira/browse/CLOUDSTACK-7393 > > > Repository: cloudstack-git > > > Description > ------- > > Root cause of failure: > 1. Hosts were tagged with storage tags and not host tags. > 2. The hosts were listed without passing zone, cluster. > > Changes: > 1. Corrected the host tags > 2. Added fuction to retrieve the cluster with sufficient number of hosts > 3. If host is not available for migration, other test cases will run and > migration test case will be skipped with relevant message. > > > Diffs > ----- > > test/integration/component/test_vpc_vm_life_cycle.py 8664e01 > > Diff: https://reviews.apache.org/r/25376/diff/ > > > Testing > ------- > > Yes. Tested on VMware. Migration test case is skipped as there is no cluster > with 3 hosts in it. > > Log as below: > Test deploy an instance in VPC networks ... === TestName: > test_01_deploy_instance_in_network | Status : SUCCESS === > ok > Test stop an instance in VPC networks ... === TestName: > test_02_stop_instance_in_network | Status : SUCCESS === > ok > Test start an instance in VPC networks ... === TestName: > test_03_start_instance_in_network | Status : SUCCESS === > ok > Test reboot an instance in VPC networks ... === TestName: > test_04_reboot_instance_in_network | Status : SUCCESS === > ok > Test destroy an instance in VPC networks ... === TestName: > test_05_destroy_instance_in_network | Status : SUCCESS === > ok > Test migrate an instance in VPC networks ... SKIP: Could not find suitable > host for migration, please ensure setup has required no. of hosts > Test user data in virtual machines ... === TestName: test_07_user_data | > Status : SUCCESS === > ok > Test meta data in virtual machines ... === TestName: test_08_meta_data | > Status : SUCCESS === > ok > Test expunge an instance in VPC networks ... === TestName: > test_09_expunge_instance_in_network | Status : SUCCESS === > ok > > ---------------------------------------------------------------------- > Ran 9 tests in 2360.504s > > OK (SKIP=1) > > > Thanks, > > Gaurav Aradhye > >