1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[setup]
runscript main.sh
[requirements]
diskspace 1M
memory 1G
[pre-launch-env-vars]
# These are set before the test is launched on the originating
# host. This can be used to control remote launch tools, e.g. to
# to choose the target host, select the launch tool etc.
SPECIAL_ENV_VAR override with everything after the first space.
[items]
|
<
<
<
<
|
1
2
3
4
5
6
7
8
9
10
|
[setup]
runscript main.sh
[pre-launch-env-vars]
# These are set before the test is launched on the originating
# host. This can be used to control remote launch tools, e.g. to
# to choose the target host, select the launch tool etc.
SPECIAL_ENV_VAR override with everything after the first space.
[items]
|