You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/30 13:09:58 UTC

[jira] [Commented] (CLOUDSTACK-9635) fix test_privategw_acl.py

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-9635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708545#comment-15708545 ] 

ASF GitHub Bot commented on CLOUDSTACK-9635:
--------------------------------------------

GitHub user murali-reddy opened a pull request:

    https://github.com/apache/cloudstack/pull/1802

    CLOUDSTACK-9635: fix test_privategw_acl.py

    ensure VLAN used for createPrivateGateway is determined after the guest
    networks in the VPC is created, so that we skip VLAN allocated for guest
    network for the private network of vpc gateway

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/murali-reddy/cloudstack test_privategw_acl

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1802.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 #1802
    
----
commit 16c86d78471d169ff5135ab54a243f18c403c202
Author: Murali Reddy <mu...@gmail.com>
Date:   2016-11-30T13:06:43Z

    CLOUDSTACK-9635: fix test_privategw_acl.py
    
    ensure VLAN used for createPrivateGateway is determined after the guest
    networks in the VPC is created, so that we skip VLAN allocated for guest
    network for the private network of vpc gateway

----


> fix test_privategw_acl.py
> -------------------------
>
>                 Key: CLOUDSTACK-9635
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9635
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>    Affects Versions: 4.8.0, 4.9.0, 4.10.0.0
>            Reporter: Murali Reddy
>             Fix For: 4.8.1, 4.10.0.0, 4.9.2.0
>
>
> Marvin test cases in test suite test_privategw_acl.py fail intermittently with error 'createprivategateway failed, due to: errorCode: 431, errorText:Network with vlan vlan://549 already exists in zone 1'
> Test cases use a VLAN from the zone VLAN range, to create VPC private gateway. But the VPC private gateway implementation does not book keep the info on op_dc_vent_alloc. So when test case create network they end up using same VLAN, resulting failure of createVpcPrivateGateway



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)