Running the Tests

Adding Tests

the directory scripts contains the jython scripts that the grinder agents will run. before execution the scripts and the property file templates will be copied to the work directory. the following tokens will be replaced in the property file templates
Token replacement
@JACORB_HOME@JacORB home directory
@JACORB_CP@CLASSPATH necessary to run JacORB
the following steps are necessary to add a test:
  1. write a jython script that contains the test logic and put it into the directory scripts
  2. edit an appropiate property file template (see tokens above) that will invoke the jython script
  3. add a target to build.xml to start an agent using the new property file