You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by singalrahul <gi...@git.apache.org> on 2016/06/02 12:43:19 UTC

[GitHub] cloudstack issue #1578: CLOUDSTACK-9401 : Support for Internal DNS in Nuage ...

Github user singalrahul commented on the issue:

    https://github.com/apache/cloudstack/pull/1578
  
    Added Marvin code PEP8 & PyFlakes compliance:
    cloudstack$ pep8 --max-line-length=150 test_internal_dns.py
    cloudstack$ pyflakes test_internal_dns.py
    cloudstack$
    
    
    Validations:-
    Marvin test run:
    nosetests --with-marvin --marvin-config=nuage.cfg plugins/nuagevsp/test_internal_dns.py
    
    Results:-
    [runinfo.txt](https://github.com/apache/cloudstack/files/295579/runinfo.txt)
    
    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
    ------------------------------
    [runinfo.txt](https://github.com/apache/cloudstack/files/295582/runinfo.txt)
    ----------------------------------------
    Ran 6 tests in 5736.562s
    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.
---