source:
main/waeup.stress/trunk/kofa01/post_run.py
@
8673
Last change on this file since 8673 was 8672, checked in by , 12 years ago | |
---|---|
File size: 136 bytes |
Rev | Line | |
---|---|---|
[8661] | 1 | ## Actions to do after test runs. |
[8654] | 2 | import waeup.stress |
3 | ||
4 | instance = 'kofa' | |
5 | ||
6 | waeup.stress.stop_instance(instance) | |
[8672] | 7 | waeup.stress.configure() |
Note: See TracBrowser for help on using the repository browser.