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 BF0FC200AF5 for ; Thu, 2 Jun 2016 12:04:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BE18F160A3F; Thu, 2 Jun 2016 10:04:27 +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 968F9160A16 for ; Thu, 2 Jun 2016 12:04:26 +0200 (CEST) Received: (qmail 47372 invoked by uid 500); 2 Jun 2016 10:04:25 -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 47361 invoked by uid 99); 2 Jun 2016 10:04:25 -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 10:04:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0C8B4DFE65; Thu, 2 Jun 2016 10:04:25 +0000 (UTC) From: nlivens To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request #1578: CLOUDSTACK-9401 : Support for Internal DNS in... Content-Type: text/plain Date: Thu, 2 Jun 2016 10:04:25 +0000 (UTC) archived-at: Thu, 02 Jun 2016 10:04:27 -0000 GitHub user nlivens opened a pull request: https://github.com/apache/cloudstack/pull/1578 CLOUDSTACK-9401 : Support for Internal DNS in Nuage VSP plugin Testrun:- 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 ---------------------------------------------------------------------- Ran 6 tests in 5736.562s OK cloudstack$ pep8 --max-line-length=150 test_internal_dns.py cloudstack$ pyflakes test_internal_dns.py cloudstack$ You can merge this pull request into a Git repository by running: $ git pull https://github.com/nlivens/cloudstack nuage_vsp_internal_dns Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1578.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1578 ---- commit c86ab936f03b9815debaa535065df10dc724149f Author: Eric Waegeman Date: 2016-05-26T09:37:52Z CLOUDSTACK-9401 : Support for Internal DNS in Nuage VSP plugin commit 064646de7604ffb58a4ae7ecc3db103e4e067fbf Author: rahul singal Date: 2016-06-02T09:30:25Z CLOUDSTACK-9401 : Marvin tests for Internal DNS verification with NuageVsp ---- --- 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. ---