Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1976D200AF5 for ; Thu, 2 Jun 2016 14:43:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1808D160A3F; Thu, 2 Jun 2016 12:43:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5EA3B160A16 for ; Thu, 2 Jun 2016 14:43:21 +0200 (CEST) Received: (qmail 74544 invoked by uid 500); 2 Jun 2016 12:43:20 -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 74530 invoked by uid 99); 2 Jun 2016 12:43:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 12:43:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7EE0FDFE65; Thu, 2 Jun 2016 12:43:19 +0000 (UTC) From: singalrahul To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack issue #1578: CLOUDSTACK-9401 : Support for Internal DNS in Nuage ... Content-Type: text/plain Message-Id: <20160602124319.7EE0FDFE65@git1-us-west.apache.org> Date: Thu, 2 Jun 2016 12:43:19 +0000 (UTC) archived-at: Thu, 02 Jun 2016 12:43:22 -0000 Github user singalrahul commented on the issue: https://github.com/apache/cloudstack/pull/1578 Added Marvin code PEP8 & PyFlakes compliance: cloudstack$ pep8 --max-line-length=150 test_internal_dns.py cloudstack$ pyflakes test_internal_dns.py cloudstack$ Validations:- Marvin test run: nosetests --with-marvin --marvin-config=nuage.cfg plugins/nuagevsp/test_internal_dns.py Results:- [runinfo.txt](https://github.com/apache/cloudstack/files/295579/runinfo.txt) Verify InternalDns on Isolated Network ... === TestName: test_01_Isolated_Network_with_zone | Status : SUCCESS === ok Verify InternalDns on Isolated Network with ping by hostname ... === TestName: test_02_Isolated_Network | Status : SUCCESS === ok Verify update NetworkDomain for InternalDns on Isolated Network ... === TestName: test_03_Update_Network_with_Domain | Status : SUCCESS === ok Verify update NetworkDomain for InternalDns on Isolated Network with ping VM ... === TestName: test_04_Update_Network_with_Domain | Status : SUCCESS === ok Verify InternalDns on VPC Network ... === TestName: test_05_VPC_Network_With_InternalDns | Status : SUCCESS === ok Verify InternalDns on VPC Network by ping with hostname ... === TestName: test_06_VPC_Network_With_InternalDns | Status : SUCCESS === ok ------------------------------ [runinfo.txt](https://github.com/apache/cloudstack/files/295582/runinfo.txt) ---------------------------------------- Ran 6 tests in 5736.562s OK --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---