1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[fields]
sysname TEXT
fsname TEXT
datapath TEXT
# refareas can be searched to find previous runs
# the path points to where megatest.db exists
[refareas]
area1 /tmp/oldarea/megatest
[include config/mt_include_1.config]
[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
|
>
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
[fields]
sysname TEXT
fsname TEXT
datapath TEXT
# refareas can be searched to find previous runs
# the path points to where megatest.db exists
[refareas]
area1 /tmp/oldarea/megatest
[include config/mt_include_1.config]
[setup]
synchronous yes
[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
|