source: main/waeup.stress/trunk/kofa01/post_run.py @ 8675

Last change on this file since 8675 was 8672, checked in by uli, 12 years ago

Decouple setup/teardown from multimechanize.

File size: 136 bytes
Line 
1## Actions to do after test runs.
2import waeup.stress
3
4instance = 'kofa'
5
6waeup.stress.stop_instance(instance)
7waeup.stress.configure()
Note: See TracBrowser for help on using the repository browser.