source: main/waeup.stress/trunk/kofa01/test_scripts/config.py @ 8654

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 
1import waeup.stress
2#register_url = 'http://localhost:8080/uniben/applicants/putme2012/register'
3register_url = 'http://localhost:8080/stress_app/@@index'
4print "RUN SETUP"
5waeup.stress.do_foo()
6
7instance = 'kofa'
8
9## removes any existing ZODB (for a clean ZODB at start)
10waeup.stress.remove_zodb(instance)
11
12## installs a University named 'stress_app' in root folder
13waeup.stress.install_app(instance)
14
15waeup.stress.start_instance(instance)
16#waeup.stress.stop_instance(instance)
17
Note: See TracBrowser for help on using the repository browser.