You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by urvis <gi...@git.apache.org> on 2017/03/17 20:49:17 UTC

[GitHub] cloudstack pull request #2010: VPC Inline LB - CLOUDSTACK-9282

GitHub user urvis opened a pull request:

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

    VPC Inline LB - CLOUDSTACK-9282

    BUG-ID: CLOUDSTACK-9282
    Design-Doc: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61340894

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

    $ git pull https://github.com/nuagenetworks/cloudstack feature/vpc_inline_lb

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

    https://github.com/apache/cloudstack/pull/2010.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 #2010
    
----
commit 5cadc414e6043eac2035ce9cf670c806bbb37ec2
Author: Urvi Shah <ur...@nuagenetworks.net>
Date:   2016-05-27T12:16:54Z

    VPC Inline LB
    
    BUG-ID: CLOUDSTACK-9282
    Design-Doc: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=61340894

----


---
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.
---

[GitHub] cloudstack issue #2010: VPC Inline LB - CLOUDSTACK-9282

Posted by prashanthvarma <gi...@git.apache.org>.
Github user prashanthvarma commented on the issue:

    https://github.com/apache/cloudstack/pull/2010
  
    Added Marvin test code PEP8 and PyFlakes compliance:
    
    CloudStack$
    CloudStack$ pyflakes test/integration/plugins/nuagevsp/.py
    CloudStack$
    CloudStack$ pep8 test/integration/plugins/nuagevsp/.py
    CloudStack$
    CloudStack$ pyflakes test/integration/component/test_vpcinlinelbvm.py
    CloudStack$
    CloudStack$ pep8 test/integration/component/test_vpcinlinelbvm.py
    CloudStack$
    
    
    Validation:
    
    Marvin test results:
    
    => Native ACS Environment: 
    
    nosetests --with-marvin --marvin-config=nuage.cfg test/integration/component/test_vpcinlinelbvm.py
    
    Test VpcInlineLbVm basic functionality ... === TestName: test_01_vpcinlinelbvm | Status : SUCCESS ===
    ok
    Test VpcInlineLbVm basic functionality with traffic ... === TestName: test_02_vpcinlinelbvm_with_traffic | Status : SUCCESS ===
    ok
    Test VpcInlineLbVm functionality with multiple public IP addresses ... === TestName: test_03_vpcinlinelbvm_with_multiple_public_ips_traffic | Status : SUCCESS ===
    ok
    Test VpcInlineLbVm functionality with lb rule events by performing ... === TestName: test_04_vpcinlinelbvm_with_lb_rule_events_traffic | Status : SUCCESS ===
    ok
    Test VpcInlineLbVm functionality with different LB algorithms by ... === TestName: test_05_vpcinlinelbvm_with_algorithms_traffic | Status : SUCCESS ===
    ok
    Test VpcInlineLbVm functionality with VpcInlineLbVm appliance ... === TestName: test_06_vpcinlinelbvm_appliance_operations_traffic | Status : EXCEPTION ===
    ERROR
    Test VpcInlineLbVm provider with network restarts and reboots by ... === TestName: test_07_vpcinlinelbvm_with_network_restarts_and_reboots | Status : EXCEPTION ===
    ERROR
    ...
    Ran 7 tests in 9684.676s
    
    FAILED (errors=2)
    
    [failed_plus_exceptions.txt](https://github.com/apache/cloudstack/files/854289/failed_plus_exceptions.txt)
    [results.txt](https://github.com/apache/cloudstack/files/854288/results.txt)
    [runinfo.txt](https://github.com/apache/cloudstack/files/854290/runinfo.txt)
    
    Note: The above test failures are due to the bug: https://issues.apache.org/jira/browse/CLOUDSTACK-9837
    
    
    => ACS + Nuage VSP Environment: 
    
    nosetests --with-marvin --marvin-config=nuage.cfg test/integration/plugins/nuagevsp/test_nuage_vpc_vpcinlinelb.py
    
    Test Nuage VSP VpcInlineLbVm basic functionality ... === TestName: test_01_nuage_vpcinlinelbvm | Status : SUCCESS ===
    ok
    Test Nuage VSP VpcInlineLbVm basic functionality with traffic ... === TestName: test_02_nuage_vpcinlinelbvm_with_traffic | Status : SUCCESS ===
    ok
    Test Nuage VSP VpcInlineLbVm functionality with multiple public IP ... === TestName: test_03_nuage_vpcinlinelbvm_with_multiple_public_ips_traffic | Status : SUCCESS ===
    ok
    Test Nuage VSP VpcInlineLbVm functionality with lb rule events by ... === TestName: test_04_nuage_vpcinlinelbvm_with_lb_rule_events_traffic | Status : FAILED ===
    FAIL
    Test Nuage VSP VpcInlineLbVm functionality with different LB ... === TestName: test_05_nuage_vpcinlinelbvm_with_algorithms_traffic | Status : SUCCESS ===
    ok
    Test Nuage VSP VpcInlineLbVm functionality with VpcInlineLbVm ... === TestName: test_06_nuage_vpcinlinelbvm_appliance_operations_traffic | Status : EXCEPTION ===
    ERROR
    Test Nuage VSP VpcInlineLbVm functionality with network reboots and ... === TestName: test_07_nuage_vpcinlinelbvm_with_network_restarts_and_reboots | Status : SUCCESS ===
    ok
    
    Ran 7 tests in 12848.175s
    
    FAILED (errors=1, failures=1)
    
    [failed_plus_exceptions.txt](https://github.com/apache/cloudstack/files/854302/failed_plus_exceptions.txt)
    [results.txt](https://github.com/apache/cloudstack/files/854301/results.txt)
    [runinfo.txt](https://github.com/apache/cloudstack/files/854300/runinfo.txt)
    
    Note: The above failure is a random failure on Nuage VSP environment, which we are debugging.
    
    
    => Concurrency tests
    
    Thread Count: 15
    
    nosetests --with-marvin --marvin-config=nuage.cfg test/integration/plugins/nuagevsp/test_nuage_vpc_vpcinlinelb.py
    
    Test Nuage VSP VPC Network Public Load Balancing Rules Concurrency ... === TestName: test_01_nuage_vpc_network_public_lb_rules_concurrency | Status : SUCCESS ===
    ok
    
    ----------------------------------------------------------------------
    Ran 1 test in 1606.907s
    
    OK
    
    [results.txt](https://github.com/apache/cloudstack/files/854313/results.txt)
    [runinfo.txt](https://github.com/apache/cloudstack/files/854312/runinfo.txt)
    



---
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.
---