1
# FunkLoad test configuration file
5
# ------------------------------------------------------------
10
description=ShipIt load test
12
# the server url to test.
13
url=https://shipit.staging.launchpad.net
15
# Database connection string to the Launchpad database.
16
database_conninfo=dbname=lpmain_staging host=localhost port=55435
19
# ------------------------------------------------------------
20
# Tests description and configuration
23
description=Create an account, request cds, cancel order.
26
# ------------------------------------------------------------
34
# ------------------------------------------------------------
35
# Monitoring configuration
40
# Each host in [monitor]hosts should have a section
41
# with a 'port' and 'description' keys
44
description=The benching machine
47
# ------------------------------------------------------------
48
# Configuration for unit test mode fl-run-test
52
# log_to destination =
53
# console - to the screen
57
# log_path = path and file name to store log file
58
log_path = shipit-test.log
60
# result_path = path to store the xml result file
61
result_path = shipit-test.xml
63
# ok_codes = list of successfull HTTP response code default is 200:301:302
64
# ok_codes = 200:301:302
66
# sleeptime_min = minimum amount of time in seconds to sleep between requests
70
# sleeptime_max = maximum amount of time in seconds to sleep between requests
75
# ------------------------------------------------------------
76
# Configuration for bench mode fl-run-bench
80
# cycles = list of cycles with their number of concurrent users
81
cycles = 1:5:10:20:40:80:160:200
83
# duration = duration of a cycle in seconds
86
# startup_delay = time to wait between starting-up threads in seconds
89
# sleep_time = time to wait between test in seconds
92
# cycle_time = time to wait between cycle in seconds
95
# same keys than in [ftest] section
97
log_path = shipit-bench.log
98
result_path = shipit-bench.xml
99
#ok_codes = 200:301:302