Note: you might have to modify the default Fuji server configuration settings, such as install directory, port number, etc in the build.properties file for each component
How to add tests for a new component ?
Create a new directory "./fuji/itests/components/ #component_name# "
Add your component as a module to the top-level "./fuji/itests/components/pom.xml"
Use the current "./fuji/itests/components/restbc" as a template, copy the contents in that directory to the new component directory
Modify the contents and develope your own tests that can verify that new component is functional in Fuji environment