You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by nlivens <gi...@git.apache.org> on 2016/05/03 11:21:58 UTC

[GitHub] cloudstack pull request: Remodeling of Nuage VSP Plugin + CLOUDSTA...

Github user nlivens commented on the pull request:

    https://github.com/apache/cloudstack/pull/1494#issuecomment-216476619
  
    Fixed issues with the added multi-zone support to "nuageTestCase.py" and "test_nuage_vpc_network_multizone" testcase in "test_nuage_vpc_network.py":
    
    Test basic VPC Network functionality with Nuage VSP SDN plugin ... === TestName: test_nuage_vpc_network | Status : SUCCESS ===
    ok
    Test basic VPC Network functionality with Nuage VSP SDN plugin on multiple zones ... === TestName: test_nuage_vpc_network_multizone | Status : SUCCESS ===
    ok
    
    Ran 2 tests in 711.604s
    
    OK
    
    PyFlakes and PEP8 compliance:
    $ pyflakes test/integration/plugins/nuagevsp/.py
    $
    $
    $ pep8 --max-line-length=150 test/integration/plugins/nuagevsp/.py
    $
    $
    
    Test Run:
    
    $ nosetests --with-marvin --marvin-config=nuage.cfg test/integration/plugins/nuagevsp/
    
    Test Restults:
    
    Test user data and password reset functionality with Nuage VSP SDN plugin ... === TestName: test_nuage_UserDataPasswordReset | Status : SUCCESS ===
    ok
    Test Nuage VSP VPC Offering with different combinations of LB service providers ... === TestName: test_01_nuage_internallb_vpc_Offering | Status : SUCCESS ===
    ok
    Test Nuage VSP VPC Network Offering with and without Internal LB service ... === TestName: test_02_nuage_internallb_vpc_network_offering | Status : SUCCESS ===
    ok
    Test Nuage VSP VPC Networks with and without Internal LB service ... === TestName: test_03_nuage_internallb_vpc_networks | Status : SUCCESS ===
    ok
    Test Nuage VSP VPC Internal LB functionality with different combinations of Internal LB rules ... === TestName: test_04_nuage_internallb_rules | Status : SUCCESS ===
    ok
    Test Nuage VSP VPC Internal LB functionality by performing (wget) traffic tests within a VPC ... === TestName: test_05_nuage_internallb_traffic | Status : SUCCESS ===
    ok
    Test Nuage VSP VPC Internal LB functionality with different LB algorithms by performing (wget) traffic tests ... === TestName: test_06_nuage_internallb_algorithms_traffic | Status : SUCCESS ===
    ok
    Test Nuage VSP VPC Internal LB functionality with restarts of VPC network components by performing (wget) ... === TestName: test_07_nuage_internallb_vpc_network_restarts_traffic | Status : SUCCESS ===
    ok
    Test Nuage VSP VPC Internal LB functionality with InternalLbVm appliance operations by performing (wget) ... === TestName: test_08_nuage_internallb_appliance_operations_traffic | Status : SUCCESS ===
    ok
    Test basic VPC Network functionality with Nuage VSP SDN plugin ... === TestName: test_nuage_vpc_network | Status : SUCCESS ===
    ok
    Test basic VPC Network functionality with Nuage VSP SDN plugin on multiple zones ... === TestName: test_nuage_vpc_network_multizone | Status : SUCCESS ===
    ok
    Test Nuage VSP SDN plugin with basic Isolated Network functionality ... === TestName: test_nuage_vsp | Status : SUCCESS ===
    ok
    
    Ran 12 tests in 9242.442s
    
    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.
---