Github user remibergsma commented on the pull request:
https://github.com/apache/cloudstack/pull/737#issuecomment-134695303
LGTM - Deployed a full stack Nicira environment: 3 controllers, a manager,
a service node and 2 KVM hypervisors, all inside my development VM:
```
# virsh list
Id Name State
----------------------------------------------------
42 nsxmgr1 running
43 nsxcon1 running
44 nsxsvc1 running
48 kvm1 running
49 nsxcon2 running
50 nsxcon3 running
52 kvm2 running
54 cs1 running
```
Then I ran the Marvin tests:
```
# nosetests --with-marvin
--marvin-config=/data/shared/marvin/mct-zone1-kvm1-NVP.cfg -s -a
tags=advanced,required_hardware=true
test/integration/smoke/test_nicira_controller.py
test_01_nicira_controller
(integration.smoke.test_nicira_controller.TestNiciraContoller) ... ===
TestName: test_01_nicira_controller | Status : SUCCESS ===
ok
Nicira clusters will redirect clients (in this case ACS) to the master
node. ... === TestName: test_02_nicira_controller_redirect | Status : SUCCESS
===
ok
----------------------------------------------------------------------
Ran 2 tests in 766.910s
OK
```
BTW: The Marvin data center config file is available here:
https://github.com/schubergphilis/MCT-shared/blob/master/marvin/mct-zone1-kvm1-NVP.cfg
---
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 [email protected] or file a JIRA ticket
with INFRA.
---