1
# FunkLoad test configuration file
5
# ------------------------------------------------------------
10
description=Launchpad Front Page
12
# the server url to test
13
url=http://launchpad.net
15
# the User-Agent header to send default is 'FunkLoad/1.xx' examples:
16
#user_agent = Opera/8.0 (Windows NT 5.1; U; en)
17
#user_agent = Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
18
#user_agent = Mozilla/5.0 (X11; U; Linux i686; en; rv:1.7.10) Gecko/20050912 Firefox/1.0.6
21
# ------------------------------------------------------------
22
# Tests description and configuration
25
description=Load the Launchpad front page.
28
# ------------------------------------------------------------
36
# ------------------------------------------------------------
37
# Monitoring configuration
42
# Each host in [monitor]hosts should have a section
43
# with a 'port' and 'description' keys
46
description=The benching machine
49
# ------------------------------------------------------------
50
# Configuration for unit test mode fl-run-test
54
# log_to destination =
55
# console - to the screen
59
# log_path = path and file name to store log file
60
log_path = frontpage-test.log
62
# result_path = path to store the xml result file
63
result_path = frontpage-test.xml
65
# ok_codes = list of successfull HTTP response code default is 200:301:302
66
# ok_codes = 200:301:302
68
# sleeptime_min = minimum amount of time in seconds to sleep between requests
72
# sleeptime_max = maximum amount of time in seconds to sleep between requests
77
# ------------------------------------------------------------
78
# Configuration for bench mode fl-run-bench
82
# cycles = list of cycles with their number of concurrent users
85
# duration = duration of a cycle in seconds
88
# startup_delay = time to wait between starting-up threads in seconds
91
# sleep_time = time to wait between test in seconds
94
# cycle_time = time to wait between cycle in seconds
97
# same keys than in [ftest] section
99
log_path = frontpage-bench.log
100
result_path = frontpage-bench.xml
101
#ok_codes = 200:301:302