Last change
on this file since 17935 was
8681,
checked in by uli, 12 years ago
|
Consider instance mode when starting/stopping instances.
|
File size:
527 bytes
|
Line | |
---|
1 | """Script run after tests have been done. |
---|
2 | |
---|
3 | This script is run with some additional globals set: |
---|
4 | |
---|
5 | - project_name: The name of this project (dir) |
---|
6 | - cmd_opts: Commandline args from stress-run invocation |
---|
7 | Includes the stresstest-project directory. |
---|
8 | - cfg_opts: options as set in local config.cfg. |
---|
9 | |
---|
10 | Context Python is normally the version used when running bootstrap on |
---|
11 | the waeup.stress package. |
---|
12 | """ |
---|
13 | import waeup.stress |
---|
14 | |
---|
15 | instance=cfg_opts['instance'] |
---|
16 | mode = cfg_opts['instance_mode'] |
---|
17 | |
---|
18 | waeup.stress.stop_instance(instance, mode=mode) |
---|
Note: See
TracBrowser for help on using the repository browser.