source: trunk/misc/tools/acceptance_tests/README @ 8427

Last change on this file since 8427 was 7894, checked in by wilsonr, 15 years ago

Updated to show ANUGAPATH for the new repository.

File size: 1.1 KB
Line 
1This directory contains the python cluster acceptance test system code.
2
3The programs here are designed to be run as a complete suite as well
4as individually.  The suite writes to a log file as well as standard out.
5
6To run all tests in sequence, do:
7    python test_all.py [<logfile>]
8If no logfile is supplied, ./test.log is assumed.
9
10--------------------------------------------------------------------------------
11
12Ensure that the following environment variables are set to correct values:
13
14PYTHON
15contains the python to execute, eg, 'python2.4', etc.
16
17ANUGAPATH
18contains a single directory path to the ANUGA code.  Something like
19/nas/users/u08117/unix/anuga_sandpit/trunk/anuga_core/source
20
21EQRMPATH
22if set, contains a single directory path to the EQRM code.  If not set,
23the EQRM code is not tested.
24
25--------------------------------------------------------------------------------
26
27To run these tests on a new cluster:
281. Modify the 'Cluster_Info' structure in test_utils.py to add the new cluster
29   information.
302. Create a new 'machines_<name>' file in this directory that describes the
31   cluster compute-node setup.
Note: See TracBrowser for help on using the repository browser.