Last change
on this file since 17944 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
|
Rev | Line | |
---|
[8654] | 1 | =========================== |
---|
| 2 | Applicant Registration Page |
---|
| 3 | =========================== |
---|
| 4 | |
---|
| 5 | Very simple setup, that requests the page |
---|
[8659] | 6 | http://localhost:8080/stress_app/@@index as often as |
---|
[8654] | 7 | possible. |
---|
| 8 | |
---|
[8659] | 9 | See the projects 'config.cfg' file to finetune number of threads (concurrent |
---|
[8654] | 10 | users) and other parameters. |
---|
[8659] | 11 | |
---|
[8660] | 12 | Tests are run against the 'waeup.kofa' instance in 'instances/'. |
---|
[8659] | 13 | |
---|
[8660] | 14 | Setup |
---|
| 15 | ----- |
---|
| 16 | |
---|
[8661] | 17 | Setup is done in kofa01/test_scripts/config.py. |
---|
| 18 | |
---|
[8660] | 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.