**************************************************************************************************** JBoss Application Server Testsuite Usage: mvn [clean] install [-DallTests | (-Dts.)+ | -Dtest=... ] [] integration-tests.sh [-DallTests | (-Dts.)+ | -Dtest=... ] [] Where: = one of smoke, basic, clust, iiop. = parameters changing the configuration like database, IP stack, etc. Params: -Dds.db= Configures the AS to use given database. Additional properties to be provided: -Dds.jdbc.url, -Dds.jdbc.user, -Dds.jdbc.user -Dipv6 Configures the testsuite to run with IPv6. -Dtest= Runs matching tests. The group needs to be specified to let it prepare proper AS config. ****************************************************************************************************