Instructions to Run Deployment Dev Tests

1. To check out the tests: svn checkout https://svn.java.net/svn/glassfish~svn/trunk/v2/appserv-tests

2. Go to devtests/deployment
a. To run the tests in PE mode (DAS target), look at README for instructions.
b. To run the tests in EE mode (standalone instance target and cluster target),
look at README.EE for instructions.

3. Compare results with EXPECTED_RESULTS.v3.txt

Instructions to Run EJB Dev Tests (we use ejb dev tests to cover some of features)

1. To check out the tests: svn checkout https://svn.java.net/svn/glassfish~svn/trunk/v2/appserv-tests

2. Go to devtests/ejb, look at README for instructions, set environment variables etc.

3. Do "ant all" from top (the "ant all" target here will start the server and database for you).

Hudson jobs for Deployment Dev Tests:

1. PE (DAS target) http://hudson-sca.us.oracle.com/job/deployment-devtests-3.1/

2. EE (cluster target) http://hudson-sca.us.oracle.com/job/deployment-devtests-3.1-cluster/