9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
runsdir /tmp/runs
[jobtools]
# ## launcher launches jobs, the job is managed on the target host
## by megatest, comment out launcher to run local
# workhosts localhost hermes
launcher nbfake
[validvalues]
state start end completed
status pass fail n/a
# These are set before all tests, override them
# in the testconfig [pre-launch-env-overrides] section
|
>
>
>
>
>
|
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
runsdir /tmp/runs
[jobtools]
# ## launcher launches jobs, the job is managed on the target host
## by megatest, comment out launcher to run local
# workhosts localhost hermes
launcher nbfake
## 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 completed
status pass fail n/a
# These are set before all tests, override them
# in the testconfig [pre-launch-env-overrides] section
|