Github user miguelaferreira commented on the pull request:

    https://github.com/apache/cloudstack/pull/1178#issuecomment-162225661
  
    As for testing, I've built the entire project executing all unit tests 
(including the one I've added to prevent a regression on this issue), the 
existing marvin tests and a new one that checks that a VM in a NSX backed 
network has connectivity via a NSX managed tunnel between two hosts.
    
    maven build:
    ```bash
    mvn clean install -T4 -Pdeveloper,systemvm
    
    (...)
    
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 08:43 min (Wall Clock)
    [INFO] Finished at: 2015-12-05T18:27:47+01:00
    [INFO] Final Memory: 110M/1614M
    [INFO] 
------------------------------------------------------------------------
    ```
    
    marvin tests:
    ```bash
    nosetests --with-marvin --marvin-config=mct-zone1-kvm1-kvm2-NVP.cfg -s -a 
tags=advanced,required_hardware=true 
test/integration/plugins/test_nicira_controller.py
    
    (...)
    
    === TestName: test_01_nicira_controller | Status : SUCCESS ===
    ok
    === TestName: test_02_nicira_controller_redirect | Status : SUCCESS ===
    ok
    === TestName: test_03_nicira_tunnel_guest_network | Status : SUCCESS ===
    ok
    
    ----------------------------------------------------------------------
    Ran 3 tests in 1204.495s
    
    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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to