Megatest

Check-in [35757acb39]
Login
Overview
Comment:Merging in the config include test
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.43
Files: files | file ages | folders
SHA1: 35757acb39680b826d9b71dbdadd5d2088ec68d7
User & Date: mrwellan on 2012-04-27 11:19:29
Other Links: branch diff | manifest | tags
Context
2012-04-30
14:43
Merging fix to tests for config file includes check-in: be7c0017bf user: mrwellan tags: v1.43
2012-04-27
11:19
Merging in the config include test check-in: 35757acb39 user: mrwellan tags: v1.43
11:18
Adding test for the broken config include check-in: feb0168376 user: mrwellan tags: trunk
2012-04-25
10:14
Create new branch named "v1.43" check-in: ea26754ba2 user: mrwellan tags: v1.43
Changes

Added tests/fullrun/config/mt_include_1.config version [5e42faa87c].



































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[setup]
# exectutable /path/to/megatest
max_concurrent_jobs 200
linktree /tmp/mt_links

[jobtools]
useshell yes
# ## launcher launches jobs, the job is managed on the target host
## by megatest, comment out launcher to run local
# workhosts localhost hermes
launcher nbfake
# launcher nodanggood

## use "xterm -e csi -- " as a launcher to examine the launch environment.
## exit with (exit)
## get a shell with (system "bash")
# launcher xterm -e csi --

Added tests/fullrun/config/mt_include_1.config_2.config version [a6006b146c].





>
>
1
2
[disks]
disk0 /tmp/mt_runs

Modified tests/fullrun/megatest.config from [507b18874c] to [819220dc64].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[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

[setup]
# exectutable /path/to/megatest
max_concurrent_jobs 200
linktree /tmp/mt_links

[jobtools]
useshell yes
# ## launcher launches jobs, the job is managed on the target host
## by megatest, comment out launcher to run local
# workhosts localhost hermes
launcher nbfake
# launcher nodanggood

## use "xterm -e csi -- " as a launcher to examine the launch environment.
## exit with (exit)
## get a shell with (system "bash")
# launcher xterm -e csi --

[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
[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
49
50
51
52
53
54
55

56
57
58
# RUNDEAD [system exit 56]

## disks are:
## name host:/path/to/area
## -or-
## name /path/to/area
[disks]

1 /tmp/mt_runs

[include #{getenv USER}_testing.config]







>
|


34
35
36
37
38
39
40
41
42
43
44
# RUNDEAD [system exit 56]

## disks are:
## name host:/path/to/area
## -or-
## name /path/to/area
[disks]
disk0 /foobarbazz
[include config/mt_include_1.config]

[include #{getenv USER}_testing.config]