~sylvain-pineau/checkbox/trusted-launcher-standalone

« back to all changes in this revision

Viewing changes to jobs/internal.txt.in

Introduced job_prompt plugin to treat all jobs (suites, tests, etc.) as composites.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
name: audio
2
2
plugin: internal
3
3
_description: Audio tests
4
 
command: cat $CHECKBOX_SHARE/tests/audio.txt*
 
4
command: cat $CHECKBOX_SHARE/jobs/audio.txt*
5
5
 
6
6
name: disk
7
7
plugin: internal
8
8
_description: Disk tests
9
 
command: cat $CHECKBOX_SHARE/tests/disk.txt*
 
9
command: cat $CHECKBOX_SHARE/jobs/disk.txt*
10
10
 
11
11
name: fingerprint
12
12
plugin: internal
13
13
_description: Fingerprint reader tests
14
 
command: cat $CHECKBOX_SHARE/tests/fingerprint.txt*
 
14
command: cat $CHECKBOX_SHARE/jobs/fingerprint.txt*
15
15
 
16
16
name: firewire
17
17
plugin: internal
18
18
_description: Firewire disk tests
19
 
command: cat $CHECKBOX_SHARE/tests/firewire.txt*
 
19
command: cat $CHECKBOX_SHARE/jobs/firewire.txt*
20
20
 
21
21
name: kms
22
22
plugin: internal
23
23
_description: Kernel modesetting tests
24
 
command: cat $CHECKBOX_SHARE/tests/kms.txt*
 
24
command: cat $CHECKBOX_SHARE/jobs/kms.txt*
 
25
 
 
26
name: media
 
27
plugin: internal
 
28
_description: Media tests
 
29
command: cat $CHECKBOX_SHARE/jobs/media.txt*
 
30
 
 
31
name: monitor
 
32
plugin: internal
 
33
_description: Monitor tests
 
34
command: cat $CHECKBOX_SHARE/jobs/monitor.txt*
25
35
 
26
36
name: network
27
37
plugin: internal
28
38
_description: Network tests
29
 
command: cat $CHECKBOX_SHARE/tests/network.txt*
 
39
command: cat $CHECKBOX_SHARE/jobs/network.txt*
30
40
 
31
41
name: peripheral
32
42
plugin: internal
33
43
_description: Peripheral tests
34
 
command: cat $CHECKBOX_SHARE/tests/peripheral.txt*
 
44
command: cat $CHECKBOX_SHARE/jobs/peripheral.txt*
35
45
 
36
46
name: video
37
47
plugin: internal
38
48
_description: Video tests
39
 
command: cat $CHECKBOX_SHARE/tests/video.txt*
 
49
command: cat $CHECKBOX_SHARE/jobs/video.txt*
40
50
 
41
51
name: codecs
42
52
plugin: attachment