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 62E33CAD1 for ; Sun, 30 Nov 2014 15:58:02 +0000 (UTC) Received: (qmail 42687 invoked by uid 500); 30 Nov 2014 15:58:01 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 42647 invoked by uid 500); 30 Nov 2014 15:58:01 -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 42623 invoked by uid 99); 30 Nov 2014 15:58:01 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Nov 2014 15:58:01 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id C1A651D9D1B; Sun, 30 Nov 2014 15:57:59 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7859867518572151514==" MIME-Version: 1.0 Subject: Re: Review Request 28523: CLOUDSTACK-7991: test_security_groups.py - Move config data to test_data.py and fix pep8 issues From: "Pierre-Luc Dion" To: "SrikanteswaraRao Talluri" Cc: "Gaurav Aradhye" , "Pierre-Luc Dion" , "cloudstack" Date: Sun, 30 Nov 2014 15:57:59 -0000 Message-ID: <20141130155759.29131.51419@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Pierre-Luc Dion" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/28523/ X-Sender: "Pierre-Luc Dion" References: <20141128085545.15978.94023@reviews.apache.org> In-Reply-To: <20141128085545.15978.94023@reviews.apache.org> Reply-To: "Pierre-Luc Dion" X-ReviewRequest-Repository: cloudstack-git --===============7859867518572151514== 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/28523/#review63319 ----------------------------------------------------------- Ship it! Ship It! - Pierre-Luc Dion On Nov. 28, 2014, 8:55 a.m., Gaurav Aradhye wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/28523/ > ----------------------------------------------------------- > > (Updated Nov. 28, 2014, 8:55 a.m.) > > > Review request for cloudstack and SrikanteswaraRao Talluri. > > > Bugs: CLOUDSTACK-7991 > https://issues.apache.org/jira/browse/CLOUDSTACK-7991 > > > Repository: cloudstack-git > > > Description > ------- > > Moving the config data in the test case to test_data.py > Keeping host credentails in configurableData section. > Fixing pep8 issues. > > > Diffs > ----- > > test/integration/component/test_security_groups.py eb242c7 > tools/marvin/marvin/config/test_data.py f0802a5 > > Diff: https://reviews.apache.org/r/28523/diff/ > > > Testing > ------- > > Yes. Two test cases failing for different reason. > > Log: > Test authorize ingress rule ... === TestName: test_01_authorizeIngressRule | Status : SUCCESS === > ok > Test deploy VM in default security group ... === TestName: test_01_deployVM_InDefaultSecurityGroup | Status : SUCCESS === > ok > Test list security groups for admin account ... === TestName: test_02_listSecurityGroups | Status : SUCCESS === > ok > Test access in default security group ... === TestName: test_03_accessInDefaultSecurityGroup | Status : SUCCESS === > ok > Test delete security group with running VM ... === TestName: test_01_delete_security_grp_running_vm | Status : SUCCESS === > ok > Test delete security group without running VM ... === TestName: test_02_delete_security_grp_withoout_running_vm | Status : SUCCESS === > ok > Test router services for user account ... === TestName: test_01_dhcpOnlyRouter | Status : SUCCESS === > ok > Test delete security group with running VM ... === TestName: test_01_authorizeIngressRule_AfterDeployVM | Status : SUCCESS === > ok > Test Revoke ingress rule after deploy VM ... === TestName: test_02_revokeIngressRule_AfterDeployVM | Status : FAILED === > FAIL > Test Start/Stop VM and Verify ingress rule ... === TestName: test_03_stopStartVM_verifyIngressAccess | Status : SUCCESS === > ok > Test revoke ingress rule ... === TestName: test_01_revokeIngressRule | Status : FAILED === > FAIL > Test Deploy VM with User data ... === TestName: test_01_deployVMWithUserData | Status : SUCCESS === > ok > > > Thanks, > > Gaurav Aradhye > > --===============7859867518572151514==--