Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DBFE718E8A for ; Fri, 11 Mar 2016 14:36:33 +0000 (UTC) Received: (qmail 44076 invoked by uid 500); 11 Mar 2016 14:36:33 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 43967 invoked by uid 500); 11 Mar 2016 14:36:33 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 43898 invoked by uid 500); 11 Mar 2016 14:36:33 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 43891 invoked by uid 99); 11 Mar 2016 14:36:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2016 14:36:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 669B32C1F55 for ; Fri, 11 Mar 2016 14:36:33 +0000 (UTC) Date: Fri, 11 Mar 2016 14:36:33 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9304) Add nuagevsp userdata testcase (Cloudstack-9095) & Refactor existing testcases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9304?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D15191001#comment-15191001 ]=20 ASF GitHub Bot commented on CLOUDSTACK-9304: -------------------------------------------- Github user srikanteswartalluri commented on the pull request: https://github.com/apache/cloudstack/pull/1431#issuecomment-195391894 =20 @sneeladh @shivsg Thanks for adding the tests, can you please run your= code through pyflakes, pep8 and fix them ? =20 $ pyflakes *.py nuageTestCase.py:52: 'attr' imported but unused nuageTestCase.py:324: undefined name 'startVirtualMachine' nuageTestCase.py:328: undefined name 'FAIL' nuageTestCase.py:335: undefined name 'stopVirtualMachine' nuageTestCase.py:341: undefined name 'FAIL' test_nuage_password_reset.py:21: 'VirtualMachine' imported but unused test_nuage_password_reset.py:21: 'PublicIPAddress' imported but unused test_nuage_password_reset.py:26: 'createTemplate' imported but unused test_nuage_password_reset.py:26: 'listVolumes' imported but unused test_nuage_password_reset.py:64: undefined name 'cleanup_resources' test_nuage_password_reset.py:72: undefined name 'list_volumes' test_nuage_password_reset.py:84: undefined name 'Template' test_nuage_password_reset.py:118: local variable 'vm_public_ip' is assi= gned to but never used test_nuage_password_reset.py:217: undefined name 'startVirtualMachine' > Add nuagevsp userdata testcase (Cloudstack-9095) & Refactor existing test= cases > -------------------------------------------------------------------------= ----- > > Key: CLOUDSTACK-9304 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-930= 4 > Project: CloudStack > Issue Type: Task > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: Automation > Reporter: Sowmya Neeladhuri > Fix For: 4.9.0 > > > 1. Created folder / test / integration / plugins / nuagevsp=20 > 2. Moved test_nuage_vpc_network.py , test_nuage_vsp.py from / test / int= egration / component / =C2=96 to---> / test / integration / plugins / nuage= vsp/=20 > 3. Added new testcase test_nuage_password_reset.py (Cloudstack-9095)=20 > 4. Added Nuage class in / tools / marvin / marvin / lib / base.py=20 > 5. Added services in / tools / marvin / marvin / config / test_data.py > =20 > results:=20 > test_01_UserDataPasswordReset (nuagevsp.test_nuage_password_reset.TestNua= gePasswordReset) ... =3D=3D=3D TestName: test_01_UserDataPasswordReset | St= atus : SUCCESS =3D=3D=3D > ok > Test Basic VPC Network Functionality with NuageVsp network Plugin ... =3D= =3D=3D TestName: test_nuage_vpc_network | Status : SUCCESS =3D=3D=3D > ok > Test NuageVsp network plugin with basic Isolated Network functionality ..= . =3D=3D=3D TestName: test_nuage_vsp | Status : SUCCESS =3D=3D=3D > ok > ---------------------------------------------------------------------- > XML: /root/report_xunit.xml > ---------------------------------------------------------------------- > Ran 3 tests in 2406.256s > OK > ~ -- This message was sent by Atlassian JIRA (v6.3.4#6332)