Last change
on this file since 11150 was
8661,
checked in by uli, 12 years ago
|
Do post run actions in Python. This is more convenient than shell scripts.
|
File size:
641 bytes
|
Line | |
---|
1 | =========================== |
---|
2 | Applicant Registration Page |
---|
3 | =========================== |
---|
4 | |
---|
5 | Very simple setup, that requests the page |
---|
6 | http://localhost:8080/stress_app/@@index as often as |
---|
7 | possible. |
---|
8 | |
---|
9 | See the projects 'config.cfg' file to finetune number of threads (concurrent |
---|
10 | users) and other parameters. |
---|
11 | |
---|
12 | Tests are run against the 'waeup.kofa' instance in 'instances/'. |
---|
13 | |
---|
14 | Setup |
---|
15 | ----- |
---|
16 | |
---|
17 | Setup is done in kofa01/test_scripts/config.py. |
---|
18 | |
---|
19 | This test automatically cleans up the ZODB, installs a new |
---|
20 | `University` instance named 'stress_app', starts the grok instance |
---|
21 | deploying 'kofactl', runs the stress tests, and shuts it down after |
---|
22 | tests have been run. |
---|
Note: See
TracBrowser for help on using the repository browser.