8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[refareas]
area1 /tmp/oldarea/megatest
[include config/mt_include_1.config]
[setup]
# FULL or 2, NORMAL or 1, OFF or 0
synchronous NORMAL
# Throttle roughly scales the db access milliseconds to seconds delay
throttle 0.2
# Max retries allows megatest to re-check that a tests status has changed
# as tests can have transient FAIL status occasionally
maxretries 500
[validvalues]
|
|
|
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[refareas]
area1 /tmp/oldarea/megatest
[include config/mt_include_1.config]
[setup]
# FULL or 2, NORMAL or 1, OFF or 0
synchronous OFF
# Throttle roughly scales the db access milliseconds to seconds delay
throttle 0.2
# Max retries allows megatest to re-check that a tests status has changed
# as tests can have transient FAIL status occasionally
maxretries 500
[validvalues]
|