Integration tests

This package contains the integration tests that run against JBoss AS 7 / EAP6 servers in standalone and domain mode.

Running

You can start the tests like this:
    mvn verify -DskipTests=false -Pas7.itest -Das7.version=7.1.2.Final-redhat-1

If you have downloaded the server server already to a local directory, you can also point the test at the existing server by passing -Das7.url like this:
    mvn verify -DskipTests=false -Pas7.itest -Das7.url=file:///devel/jboss-eap-6.0.0.ER8.zip -Das7.version=7.1.2.Final-redhat-1

Flags in detail

Subdirectories

Further reading

See also this the wiki page at http://rhq-project.org/display/RHQ/Notes#Notes-IntegrationTests for more information