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 AA1A1100C3 for ; Wed, 30 Oct 2013 06:11:58 +0000 (UTC) Received: (qmail 16396 invoked by uid 500); 30 Oct 2013 06:11:57 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 16372 invoked by uid 500); 30 Oct 2013 06:11:57 -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 16217 invoked by uid 99); 30 Oct 2013 06:11:55 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Oct 2013 06:11:55 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 965261D380A; Wed, 30 Oct 2013 06:11:52 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3825598092217905945==" MIME-Version: 1.0 Subject: Re: Review Request 14058: Including tests for VPC VM Lifecycle on Tagged hosts From: "SrikanteswaraRao Talluri" To: "Girish Shilamkar" , "venkata swamy babu budumuru" , "Sheng Yang" Cc: "Ashutosh Kelkar" , "SrikanteswaraRao Talluri" , "cloudstack" Date: Wed, 30 Oct 2013 06:11:52 -0000 Message-ID: <20131030061152.7402.12840@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/14058/ X-Sender: "SrikanteswaraRao Talluri" References: <20131016140908.7314.4107@reviews.apache.org> In-Reply-To: <20131016140908.7314.4107@reviews.apache.org> Reply-To: "SrikanteswaraRao Talluri" --===============3825598092217905945== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/14058/#review27758 ----------------------------------------------------------- patch failed to apply on 4.2 git apply vmvpc.patch error: patch failed: test/integration/component/test_vpc_vm_life_cycle.py:182 error: test/integration/component/test_vpc_vm_life_cycle.py: patch does not apply - SrikanteswaraRao Talluri On Oct. 16, 2013, 2:09 p.m., Ashutosh Kelkar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/14058/ > ----------------------------------------------------------- > > (Updated Oct. 16, 2013, 2:09 p.m.) > > > Review request for cloudstack, Girish Shilamkar, venkata swamy babu budumuru, and Sheng Yang. > > > Repository: cloudstack-git > > > Description > ------- > > Added 10 tests for VPC VM liftcycle on tagged hosts > > New class added : TestVMLifeCycleDiffHosts > > def test_01_deploy_instance_in_network(self): > def test_02_stop_instance_in_network(self): > def test_03_start_instance_in_network(self): > def test_04_reboot_instance_in_network(self): > def test_05_destroy_instance_in_network(self): > def test_06_recover_instance_in_network(self): > def test_07_migrate_instance_in_network(self): > def test_08_user_data(self): > def test_09_meta_data(self): > def test_10_expunge_instance_in_network(self): > > This set of tests requires a multi host tagged setup (3 hosts - 2 hosts with tag 'host1' and 1 host with tag 'host2') > > > Diffs > ----- > > test/integration/component/test_vpc_vm_life_cycle.py 9844c1f > tools/marvin/marvin/integration/lib/base.py 0d52224 > > Diff: https://reviews.apache.org/r/14058/diff/ > > > Testing > ------- > > Tested locally on KVM advanced setup. > > Log: > > test_01_deploy_instance_in_network (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test deploy an instance in VPC networks ... ok > test_02_stop_instance_in_network (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test stop an instance in VPC networks ... ok > test_03_start_instance_in_network (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test start an instance in VPC networks ... ok > test_04_reboot_instance_in_network (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test reboot an instance in VPC networks ... ok > test_05_destroy_instance_in_network (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test destroy an instance in VPC networks ... ok > test_06_migrate_instance_in_network (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test migrate an instance in VPC networks ... ok > test_07_user_data (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test user data in virtual machines ... ok > test_08_meta_data (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test meta data in virtual machines ... ok > test_09_expunge_instance_in_network (test_vpc_vm_life_cycle.TestVMLifeCycleDiffHosts) > Test expunge an instance in VPC networks ... ok > > > Thanks, > > Ashutosh Kelkar > > --===============3825598092217905945==--