Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A2068117CB for ; Fri, 5 Sep 2014 09:01:33 +0000 (UTC) Received: (qmail 47774 invoked by uid 500); 5 Sep 2014 09:01:29 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 47734 invoked by uid 500); 5 Sep 2014 09:01:29 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 47709 invoked by uid 99); 5 Sep 2014 09:01:29 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2014 09:01:29 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 5FD411DD47B; Fri, 5 Sep 2014 09:01:28 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============5501856659755118520==" MIME-Version: 1.0 Subject: Re: Review Request 25376: CLOUDSTACK-7393: Fixed host tags issue in test_vpc_vm_life_cycle.py, This enables 9 test cases From: "SrikanteswaraRao Talluri" To: "sanjeev n" , "SrikanteswaraRao Talluri" Cc: "Gaurav Aradhye" , "cloudstack" Date: Fri, 05 Sep 2014 09:01:28 -0000 Message-ID: <20140905090128.16961.28671@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "SrikanteswaraRao Talluri" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/25376/ X-Sender: "SrikanteswaraRao Talluri" References: <20140905081556.16960.94629@reviews.apache.org> In-Reply-To: <20140905081556.16960.94629@reviews.apache.org> Reply-To: "SrikanteswaraRao Talluri" X-ReviewRequest-Repository: cloudstack-git --===============5501856659755118520== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- 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 > > --===============5501856659755118520==--