Changeset 8661 for main/waeup.stress/trunk
- Timestamp:
- 9 Jun 2012, 09:24:26 (12 years ago)
- Location:
- main/waeup.stress/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.stress/trunk/README.kofa01.rst
r8660 r8661 12 12 Tests are run against the 'waeup.kofa' instance in 'instances/'. 13 13 14 Setup is done in kofa01/test_scripts/config.py.15 16 14 Setup 17 15 ----- 16 17 Setup is done in kofa01/test_scripts/config.py. 18 18 19 19 This test automatically cleans up the ZODB, installs a new -
main/waeup.stress/trunk/buildout.cfg
r8654 r8661 26 26 waeup.kofa 27 27 multi-mechanize 28 interpreter = py 28 29 29 30 [test] -
main/waeup.stress/trunk/kofa01/post_run.py
r8654 r8661 1 ## Actions to do after test runs. 1 2 import waeup.stress 2 3 -
main/waeup.stress/trunk/kofa01/post_run.sh
r8654 r8661 1 1 #!/bin/sh 2 2 3 OLD_CWD=`pwd` 4 cd instances/waeup.kofa 5 echo "stopping paster..." 6 ./bin/paster serve --stop-daemon 7 echo "done." 8 cd $OLD_CWD 3 ./bin/py kofa01/post_run.py
Note: See TracChangeset for help on using the changeset viewer.