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 B0FD910BC9 for ; Tue, 5 Aug 2014 08:57:55 +0000 (UTC) Received: (qmail 42886 invoked by uid 500); 5 Aug 2014 08:57:55 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 42843 invoked by uid 500); 5 Aug 2014 08:57:55 -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 42820 invoked by uid 99); 5 Aug 2014 08:57:54 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2014 08:57:54 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 10A6A1D9E89; Tue, 5 Aug 2014 08:57:41 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7707062120593574527==" MIME-Version: 1.0 Subject: Re: Review Request 24298: CLOUDSTACK-6873: Moved test cases that run only on simulator and those should be run serially to misc folder and also tagged them with required_hardware='simulator only' From: "Rajani Karuturi" To: "Santhosh Edukulla" Cc: "Rajani Karuturi" , "Gaurav Aradhye" , "cloudstack" Date: Tue, 05 Aug 2014 08:57:41 -0000 Message-ID: <20140805085741.1595.7834@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Rajani Karuturi" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/24298/ X-Sender: "Rajani Karuturi" References: <20140805062549.1587.31630@reviews.apache.org> In-Reply-To: <20140805062549.1587.31630@reviews.apache.org> Reply-To: "Rajani Karuturi" X-ReviewRequest-Repository: cloudstack-git --===============7707062120593574527== 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/24298/#review49576 ----------------------------------------------------------- According to the wiki https://cwiki.apache.org/confluence/display/CLOUDSTACK/Validating+check-ins+for+your+local+changes%2C+using+Simulator I think the flag should be required_hardware=false - Rajani Karuturi On Aug. 5, 2014, 6:25 a.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/24298/ > ----------------------------------------------------------- > > (Updated Aug. 5, 2014, 6:25 a.m.) > > > Review request for cloudstack and Santhosh Edukulla. > > > Bugs: CLOUDSTACK-6873 > https://issues.apache.org/jira/browse/CLOUDSTACK-6873 > > > Repository: cloudstack-git > > > Description > ------- > > The tests in test suites test_deploy_vm.py and test_vm_ha.py need to be run serially, hence moved them to misc folder. > Also tagged the tests as "required_hardware='simulator only'" which require to be run only on simulator. > > Moved the normal tests (for which above criteria don't apply) from test_deploy_vm.py to test_vm_life_cycle.py in smoke folder. > > > Diffs > ----- > > test/integration/smoke/misc/__init__.py PRE-CREATION > test/integration/smoke/misc/test_deploy_vm.py PRE-CREATION > test/integration/smoke/misc/test_vm_ha.py PRE-CREATION > test/integration/smoke/test_deploy_vm.py 29cdb96 > test/integration/smoke/test_vm_ha.py c7d1648 > test/integration/smoke/test_vm_life_cycle.py 1386830 > > Diff: https://reviews.apache.org/r/24298/diff/ > > > Testing > ------- > > Yes, tested test_vm_life_cycle.py with python command. > > > Thanks, > > Gaurav Aradhye > > --===============7707062120593574527==--