This Wiki below might be of interst for unit tests and integrating into the build. The wiki does not go into the detail of how to setup a Maven project for unit test but you can get the recipe from one of the other projects.I have been running the JUnit tests from the Eclipse IDE, without having to do a system build. I would suggest you use the NicriaNVP a sample project for this more complete than I found in other projects. It does not have any unit tests for talking the real end device but you can write that also in JUnit and test you Device Specific API code. -Soheil
https://cwiki.apache.org/confluence/display/CLOUDSTACK/Unit+Testing+with+JUnit+and+Spring ________________________________________ From: Chip Childers [chip.child...@sungard.com] Sent: Tuesday, May 28, 2013 1:33 PM To: dev@cloudstack.apache.org Subject: Re: Palo Alto Firewall Integration - Review Process On Tue, May 28, 2013 at 04:31:27PM -0400, Will Stevens wrote: > Thanks for the reply Chip. Are there any docs / guides for the test > functionality? Yup: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Marvin+-+Testing+with+Python