10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
-
+
-
+
|
[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.02
throttle 0.1
# Max retries allows megatest to re-check that a tests status has changed
# as tests can have transient FAIL status occasionally
# maxretries 200
maxretries 500
[validvalues]
state start end
status pass fail n/a 0 1 running
# These are set before all tests, override them
# in the testconfig [pre-launch-env-overrides] section
|