Last change
on this file since 8654 was
8654,
checked in by uli, 12 years ago
|
Put local stresstest stuff into SVN. Yet not too useable!
|
File size:
480 bytes
|
Line | |
---|
1 | import waeup.stress |
---|
2 | #register_url = 'http://localhost:8080/uniben/applicants/putme2012/register' |
---|
3 | register_url = 'http://localhost:8080/stress_app/@@index' |
---|
4 | print "RUN SETUP" |
---|
5 | waeup.stress.do_foo() |
---|
6 | |
---|
7 | instance = 'kofa' |
---|
8 | |
---|
9 | ## removes any existing ZODB (for a clean ZODB at start) |
---|
10 | waeup.stress.remove_zodb(instance) |
---|
11 | |
---|
12 | ## installs a University named 'stress_app' in root folder |
---|
13 | waeup.stress.install_app(instance) |
---|
14 | |
---|
15 | waeup.stress.start_instance(instance) |
---|
16 | #waeup.stress.stop_instance(instance) |
---|
17 | |
---|
Note: See
TracBrowser for help on using the repository browser.