Overview
Context
Changes
Modified tests/dep-tests/common.testconfig
from [c4b44c24a4]
to [382c89b27d].
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
[ezsteps]
delay sleep $SPEED;echo "Delayed $SPEED seconds"
# lookup table for waitons
#
[std]
[requirements]
#{getenv WAITON_#{getenv MT_TEST_NAME}}
genlib setup
test1 genlib
aggregate test1
test2 aggregate
results test2
# simple removes the challenging "aggregate" dependency between test1 and test2.
# and the itempatt irregularity from genlib -> test1
#
[simple]
test1 setup
test2 test1
results test2
[test_meta]
author matt
owner matt
description This is a common testconfig shared by all the tests
[logpro]
delay ;; Delay step logpro
(expect:required in "LogFileBody" > 0 "Delayed message" #/Delayed \d+ seconds/)
reviewed 09/10/2011, by Matt
[requirements]
mode itemwait
|
Modified tests/dep-tests/tests/aggregate/testconfig
from [c2dea9e96c]
to [fa95f0ff55].
1
2
|
1
2
3
4
|
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
[requirements]
waiton #{get #{getenv DEPS} aggregate}
|
Modified tests/dep-tests/tests/genlib/testconfig
from [e2cba0fe56]
to [b79b5cc679].
1
2
3
4
5
|
1
2
3
4
5
6
7
8
|
+
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
[itemstable]
VIEWTYPE layout schematic
[requirements]
waiton #{get #{getenv DEPS} genlib}
|
Modified tests/dep-tests/tests/results/testconfig
from [c2dea9e96c]
to [33e68a628c].
1
2
|
1
2
3
4
5
|
+
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
[requirements]
waiton #{get #{getenv DEPS} results}
|
Modified tests/dep-tests/tests/test1/testconfig
from [a1ac7fb924]
to [f7e45fbc74].
1
2
3
|
1
2
3
4
5
6
7
|
+
+
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
[include #{getenv MT_RUN_AREA_HOME}/common_itemstable.testconfig]
[requirements]
waiton #{get #{getenv DEPS} test1}
|
Modified tests/dep-tests/tests/test2/testconfig
from [a1ac7fb924]
to [536ee9f06b].
1
2
3
|
1
2
3
4
5
6
7
|
+
+
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
[include #{getenv MT_RUN_AREA_HOME}/common_itemstable.testconfig]
[requirements]
waiton #{get #{getenv DEPS} test2}
|
Added tests/dynamic-waiton-example/common.testconfig version [c4b44c24a4].
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
[ezsteps]
delay sleep $SPEED;echo "Delayed $SPEED seconds"
[requirements]
#{getenv WAITON_#{getenv MT_TEST_NAME}}
[test_meta]
author matt
owner matt
description This is a common testconfig shared by all the tests
[logpro]
delay ;; Delay step logpro
(expect:required in "LogFileBody" > 0 "Delayed message" #/Delayed \d+ seconds/)
reviewed 09/10/2011, by Matt
|
| | | | | | | | | | | | | | |
Added tests/dynamic-waiton-example/common_itemstable.testconfig version [64419eaa4a].
|
1
2
3
4
|
+
+
+
+
|
[itemstable]
VIEW layout layout layout schematic schematic schematic
CELL ntran ptran diode ntran ptran diode
|
| | |
Added tests/dynamic-waiton-example/megatest.config version [b96d033fe9].
|
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
[fields]
# this field changes the dep tree
DEPS TEXT
# this field changes the test run time; 0 .. N or random
SPEED TEXT
[dashboard]
pre-command xterm -geometry 180x20 -e "
post-command |& tee results.log ;echo Press any key to continue;bash -c 'read -n 1 -s'" &
testsort -event_time
[misc]
home #{shell readlink -f $MT_RUN_AREA_HOME}
parent #{shell readlink -f $MT_RUN_AREA_HOME/..}
[setup]
linktree #{get misc parent}/links
max_concurrent_jobs 100000
# It is possible (but not recommended) to override the rsync command used
# to populate the test directories. For test development the following
# example can be useful
#
testcopycmd cp --remove-destination -rsv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log
# or for hard links
# testcopycmd cp --remove-destination -rlv TEST_SRC_PATH/. TEST_TARG_PATH/.
# override the logview command
#
logviewer (%MTCMD%) 2> /dev/null > /dev/null
# override the html viewer launch command
#
# htmlviewercmd firefox -new-window
htmlviewercmd arora
[env-override]
# MT_XTERM_CMD overrides the terminal command
# MT_XTERM_CMD xterm -bg lightgreen -fg black
## disks are:
## name host:/path/to/area
## -or-
## name /path/to/area
[disks]
disk0 #{get misc parent}/runs
#======================================================================
# Machine flavors
#
# These specify lists of hosts or scripts to use or call for various
# flavors of task.
#
#======================================================================
[flavors]
plain hosts: xena, phoebe
strong command: NBFAKE_HOST=zeus nbfake
arm hosts: cubian
# Uncomment these to emulate a job queue with a long time (look in bin/sleeprunner for the time)
[jobtools]
launcher nbfake
maxload 2.0
|
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Added tests/dynamic-waiton-example/runconfigs.config version [81e449a935].
|
1
2
3
4
5
6
7
8
9
10
11
|
+
+
+
+
+
+
+
+
+
+
+
|
[default]
WAITON_setup
WAITON_genlib waiton setup
WAITON_test1 waiton genlib
WAITON_aggregate waiton test1
WAITON_test2 waiton aggregate
# [DEPS/SPEED]
[std/0]
|
| | | | | | | | | |
Added tests/dynamic-waiton-example/tests/aggregate/testconfig version [c2dea9e96c].
|
1
2
|
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
|
|
Added tests/dynamic-waiton-example/tests/genlib/testconfig version [e2cba0fe56].
|
1
2
3
4
5
|
+
+
+
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
[itemstable]
VIEWTYPE layout schematic
|
| | | |
Added tests/dynamic-waiton-example/tests/results/testconfig version [c2dea9e96c].
|
1
2
|
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
|
|
Added tests/dynamic-waiton-example/tests/setup/testconfig version [c2dea9e96c].
|
1
2
|
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
|
|
Added tests/dynamic-waiton-example/tests/test1/testconfig version [a1ac7fb924].
|
1
2
3
|
+
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
[include #{getenv MT_RUN_AREA_HOME}/common_itemstable.testconfig]
|
| |
Added tests/dynamic-waiton-example/tests/test2/testconfig version [a1ac7fb924].
|
1
2
3
|
+
+
+
|
[include #{getenv MT_RUN_AREA_HOME}/common.testconfig]
[include #{getenv MT_RUN_AREA_HOME}/common_itemstable.testconfig]
|
| |
Added tests/release/tests/dependencies/simpleresults.logpro version [cdf9db5b94].