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

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

Do post run actions in Python. This is more convenient than shell scripts.

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