~ctf/checkbox/bug811177

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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
name: __audio__
plugin: local
_description: Audio tests
command: cat $CHECKBOX_SHARE/jobs/audio.txt*

name: __bluetooth__
plugin: local
_description: Bluetooth tests
command: cat $CHECKBOX_SHARE/jobs/bluetooth.txt*

name: __camera__
plugin: local
_description: Camera tests
command: cat $CHECKBOX_SHARE/jobs/camera.txt*

name: codecs
plugin: local
_description: Codec tests
command: cat $CHECKBOX_SHARE/jobs/codecs.txt*

name: __cpu__
plugin: local
_description: CPU tests
command: cat $CHECKBOX_SHARE/jobs/cpu.txt*

name: daemon
plugin: local
_description: System Daemon tests
command: cat $CHECKBOX_SHARE/jobs/daemons.txt*

name: __disk__
plugin: local
_description: Disk tests
command: cat $CHECKBOX_SHARE/jobs/disk.txt*

name: __fingerprint__
plugin: local
_description: Fingerprint reader tests
command: cat $CHECKBOX_SHARE/jobs/fingerprint.txt*

name: __firewire__
plugin: local
_description: Firewire disk tests
command: cat $CHECKBOX_SHARE/jobs/firewire.txt*

name: __floppy__
plugin: local
_description: Floppy disk tests
command: cat $CHECKBOX_SHARE/jobs/floppy.txt*

name: __graphics__
plugin: local
_description: Graphics tests
command: cat $CHECKBOX_SHARE/jobs/graphics.txt*

name: __info__
plugin: local
_description: Informational tests
command: cat $CHECKBOX_SHARE/jobs/info.txt*

name: __input__
plugin: local
_description: Input Devices tests
command: cat $CHECKBOX_SHARE/jobs/input.txt*

name: __install__
plugin: local
_description: Software Installation tests
command: cat $CHECKBOX_SHARE/jobs/install.txt*

name: __keys__
plugin: local
_description: Hotkey tests
command: cat $CHECKBOX_SHARE/jobs/keys.txt*

name: __hibernate__
plugin: local
_description: Hibernation tests
command: cat $CHECKBOX_SHARE/jobs/hibernate.txt*

name: __mediacard__
plugin: local
_description: Media Card tests
command: cat $CHECKBOX_SHARE/jobs/mediacard.txt*

name: __memory__
plugin: local
_description: Memory tests
command: cat $CHECKBOX_SHARE/jobs/memory.txt*

name: __miscellanea__
plugin: local
_description: Miscellaneous tests
command: cat $CHECKBOX_SHARE/jobs/miscellanea.txt*

name: __monitor__
plugin: local
_description: Monitor tests
command: cat $CHECKBOX_SHARE/jobs/monitor.txt*

name: __networking__
plugin: local
_description: Networking tests
command: cat $CHECKBOX_SHARE/jobs/networking.txt*

name: __optical__
plugin: local
_description: Optical Drive tests
command: cat $CHECKBOX_SHARE/jobs/optical.txt*

name: __pcmcia-pcix__
plugin: local
_description: PCMCIA/PCIX Card tests
command: cat $CHECKBOX_SHARE/jobs/pcmcia-pcix.txt*

name: __peripheral__
plugin: local
_description: Peripheral tests
command: cat $CHECKBOX_SHARE/jobs/peripheral.txt*

name: __power-management__
plugin: local
_description: Power Management tests
command: cat $CHECKBOX_SHARE/jobs/power-management.txt*

name: __suspend__
plugin: local
_description: Suspend tests
command: cat $CHECKBOX_SHARE/jobs/suspend.txt*

name: __unity__
plugin: local
_description: Unity tests
command: cat $CHECKBOX_SHARE/jobs/unity.txt*

name: __usb__
plugin: local
_description: USB tests
command: cat $CHECKBOX_SHARE/jobs/usb.txt*

name: __user_apps__
plugin: local
_description: User Applications
command: cat $CHECKBOX_SHARE/jobs/user_apps.txt*

name: __wireless__
plugin: local
_description: Wireless networking tests
command: cat $CHECKBOX_SHARE/jobs/wireless.txt*

name: __stress__
plugin: local
_description: Stress tests
command: cat $CHECKBOX_SHARE/jobs/stress.txt*