Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/773#issuecomment-137437571 My testing: ``` > mvn clean install -P developer,systemvm ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 8:39.748s [INFO] Finished at: Thu Sep 03 11:44:23 GMT 2015 [INFO] Final Memory: 94M/412M [INFO] ------------------------------------------------------------------------ > mvn -P developer -pl developer -Ddeploydb ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 19.038s [INFO] Finished at: Thu Sep 03 11:56:29 GMT 2015 [INFO] Final Memory: 47M/254M [INFO] ------------------------------------------------------------------------ > bash -x ./scripts/storage/secondary/cloud-install-sys-tmplt -m /data/storage/secondary/MCCT-SHARED-2/ -u http://jenkins.buildacloud.org/job/build-systemvm64-master/lastSuccessfulBuild/artifact/tools/appliance/dist/systemvm64template-master-4.6.0-kvm.qcow2.bz2 -h kvm -o localhost -r root -e qcow2 -F ... Successfully installed system VM template to /data/storage/secondary/MCCT-SHARED-2/template/tmpl/1/3/ > mvn -pl :cloud-client-ui jetty:run ... Management server node 127.0.0.1 is up ... > pip install --upgrade tools/marvin/dist/Marvin-4.6.0-SNAPSHOT.tar.gz ... Successfully installed Marvin-4.6.0-SNAPSHOT ddt-1.0.0 ecdsa-0.13 netaddr-0.7.17 paramiko-1.15.2 pyvmomi-5.5.0.2014.1.1 requests-2.7.0 six-1.9.0 > python tools/marvin/marvin/deployDataCenter.py -i /data/shared/marvin/mct-zone2-kvm2-ISOLATED.cfg ... ====Deploy DC Successful===== > nosetests --with-marvin --marvin-config=/data/shared/marvin/mct-zone2-kvm2-ISOLATED.cfg -s -a tags=advanced,required_hardware=true component/test_vpc_router_nics.py ... === TestName: test_01_VPC_nics_after_destroy | Status : SUCCESS === ===final results are now copied to: /tmp//MarvinLogs/test_vpc_router_nics_NAU8EJ=== ``` :+1:
--- 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. ---