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 7982018CFC for ; Fri, 11 Dec 2015 17:46:11 +0000 (UTC) Received: (qmail 94078 invoked by uid 500); 11 Dec 2015 17:46:11 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 94013 invoked by uid 500); 11 Dec 2015 17:46:11 -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 93807 invoked by uid 500); 11 Dec 2015 17:46:11 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 93745 invoked by uid 99); 11 Dec 2015 17:46:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Dec 2015 17:46:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 10E542C1F5D for ; Fri, 11 Dec 2015 17:46:11 +0000 (UTC) Date: Fri, 11 Dec 2015 17:46:11 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9135) As a Developer I want the test_internal_lb.py to test Redundant VPCs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053090#comment-15053090 ] ASF GitHub Bot commented on CLOUDSTACK-9135: -------------------------------------------- GitHub user wilderrodrigues opened a pull request: https://github.com/apache/cloudstack/pull/1221 CLOUDSTACK-9135 - As a Developer I want the test_internal_lb.py to test Redundant VPCs This PR refactors the existing tests and adds tests to cover internal LB with Redundant VPCs. In order to make it possible I had to change the base.py, allowing multiple providers per service. This change requires the changes in the Java side which were dealt with PR #1215 . You can merge this pull request into a Git repository by running: $ git pull https://github.com/ekholabs/cloudstack improve/test-internal-lb-CLOUDSTACK-9135 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1221.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 #1221 ---- commit 632ee18ab709f0d0255796e50198ec8fd97e968a Author: Wilder Rodrigues Date: 2015-12-10T12:27:53Z CLOUDSTACK-9135 - Moves test into smoke directory - Missed this test when moved the other 5 ones. commit 590af145b0c703f9c957c6f81ef450856dc2c407 Author: Wilder Rodrigues Date: 2015-12-11T14:02:55Z CLOUDSTACK-9135 - Makes possible to add multiple providers per service - Same is done in the Java side. Check the createVpcOffering() method in the VpcManagerImpl class commit 43ce049d43ce7aa0e4d25b0630cbcd1c423156b9 Author: Wilder Rodrigues Date: 2015-12-11T14:03:50Z CLOUDSTACK-9135 - Makes test compliant with Redundant VPCs ---- > As a Developer I want the test_internal_lb.py to test Redundant VPCs > -------------------------------------------------------------------- > > Key: CLOUDSTACK-9135 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9135 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.6.0, 4.6.1 > Reporter: Wilder Rodrigues > Assignee: Wilder Rodrigues > Fix For: 4.7.0 > > > The current test covers only single VPCs, we have to extend it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)