~kissiel/checkbox/translations

« back to all changes in this revision

Viewing changes to providers/plainbox-provider-checkbox/jobs/info.txt.in

"automatic merge of lp:~sylvain-pineau/checkbox/categories-for-all/ by tarmac [r=kissiel][bug=][author=sylvain-pineau]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
id: codecs_attachment
7
7
plugin: attachment
 
8
category_id: 2013.com.canonical.plainbox::info
8
9
requires: device.driver == 'snd_hda_intel'
9
10
command: cat /proc/asound/card*/codec#*
10
11
estimated_duration: 0.023
12
13
 
13
14
id: cpuinfo_attachment
14
15
plugin: attachment
 
16
category_id: 2013.com.canonical.plainbox::info
15
17
command: cat /proc/cpuinfo
16
18
estimated_duration: 0.006
17
19
_description: Attaches a report of CPU information
19
21
 
20
22
id: dmesg_attachment
21
23
plugin: attachment
 
24
category_id: 2013.com.canonical.plainbox::info
22
25
command: cat /var/log/dmesg | ansi_parser
23
26
estimated_duration: 0.640
24
27
_description: Attaches a copy of /var/log/dmesg to the test results
26
29
 
27
30
id: dmi_attachment
28
31
plugin: attachment
 
32
category_id: 2013.com.canonical.plainbox::info
29
33
command: [ -d /sys/class/dmi/id/ ] && (grep -r . /sys/class/dmi/id/ 2>/dev/null || true) || false
30
34
estimated_duration: 0.044
31
35
_description: Attaches info on DMI
33
37
 
34
38
id: dmidecode_attachment
35
39
plugin: attachment
 
40
category_id: 2013.com.canonical.plainbox::info
36
41
requires: package.name == 'dmidecode'
37
42
user: root
38
43
command: dmidecode | iconv -t 'utf-8' -c
42
47
 
43
48
id: lshw_attachment
44
49
plugin: attachment
 
50
category_id: 2013.com.canonical.plainbox::info
45
51
requires: package.name == 'lshw'
46
52
user: root
47
53
command: lshw | iconv -t 'utf-8' -c
49
55
 
50
56
id: efi_attachment
51
57
plugin: attachment
 
58
category_id: 2013.com.canonical.plainbox::info
52
59
user: root
53
60
command: [ -d /sys/firmware/efi ] && grep -m 1 -o --color=never 'EFI v.*' /var/log/kern.log* || true
54
61
estimated_duration: 0.5
56
63
 
57
64
id: lspci_attachment
58
65
plugin: attachment
 
66
category_id: 2013.com.canonical.plainbox::info
59
67
command: lspci -vvnn | iconv -t 'utf-8' -c
60
68
estimated_duration: 0.042
61
69
_description: Attaches very verbose lspci output.
63
71
 
64
72
id: lspci_network_attachment
65
73
plugin: attachment
 
74
category_id: 2013.com.canonical.plainbox::info
66
75
command: lspci -vvnnQ | iconv -t 'utf-8' -c
67
76
estimated_duration: 1.322
68
77
_description: Attaches very verbose lspci output (with central database Query).
70
79
id: lspci_standard_config_attachment
71
80
_summary: Attach PCI configuration space hex dump
72
81
plugin: attachment
 
82
category_id: 2013.com.canonical.plainbox::info
73
83
command: lspci -x
74
84
estimated_duration: 0.1
75
85
_description:
78
88
 
79
89
id: lsusb_attachment
80
90
plugin: attachment
 
91
category_id: 2013.com.canonical.plainbox::info
81
92
requires: package.name == 'usbutils'
82
93
user: root
83
94
command: lsusb -vv | iconv -t 'utf-8' -c
86
97
 
87
98
id: meminfo_attachment
88
99
plugin: attachment
 
100
category_id: 2013.com.canonical.plainbox::info
89
101
command: cat /proc/meminfo
90
102
estimated_duration: 0.043
91
103
 
92
104
id: modprobe_attachment
93
105
plugin: attachment
 
106
category_id: 2013.com.canonical.plainbox::info
94
107
command: find /etc/modprobe.* -name \*.conf | xargs cat
95
108
estimated_duration: 0.015
96
109
_description: Attaches the contents of the various modprobe conf files.
98
111
 
99
112
id: modinfo_attachment
100
113
plugin: attachment
 
114
category_id: 2013.com.canonical.plainbox::info
101
115
_summary: Attach modinfo information
102
116
command:
103
117
    for mod in $(lsmod | cut -f 1 -d " ")
112
126
 
113
127
id: modules_attachment
114
128
plugin: attachment
 
129
category_id: 2013.com.canonical.plainbox::info
115
130
command: cat /etc/modules
116
131
estimated_duration: 0.004
117
132
_description: Attaches the contents of the /etc/modules file.
119
134
 
120
135
id: sysctl_attachment
121
136
plugin: attachment
 
137
category_id: 2013.com.canonical.plainbox::info
122
138
command: find /etc/sysctl.* -name \*.conf | xargs cat
123
139
estimated_duration: 0.014
124
140
_description: attaches the contents of various sysctl config files.
126
142
 
127
143
id: sysfs_attachment
128
144
plugin: attachment
 
145
category_id: 2013.com.canonical.plainbox::info
129
146
_description: Attaches a report of sysfs attributes.
130
147
command:
131
148
 for i in `udevadm info --export-db | sed -n 's/^P: //p'`; do
138
155
 
139
156
id: udev_attachment
140
157
plugin: attachment
 
158
category_id: 2013.com.canonical.plainbox::info
141
159
command: udevadm info --export-db | xml_sanitize
142
160
estimated_duration: 1.465
143
161
_description: Attaches a dump of the udev database showing system hardware information.
145
163
 
146
164
id: udev_resource_attachment
147
165
plugin: attachment
 
166
category_id: 2013.com.canonical.plainbox::info
148
167
command: udev_resource
149
168
estimated_duration: 0.432
150
169
_description: Attaches the output of udev_resource, for debugging purposes
151
170
 
152
171
id: gcov_attachment
153
172
plugin: attachment
 
173
category_id: 2013.com.canonical.plainbox::info
154
174
requires: package.name == 'lcov'
155
175
user: root
156
176
command: gcov_tarball
158
178
 
159
179
id: lsmod_attachment
160
180
plugin: attachment
 
181
category_id: 2013.com.canonical.plainbox::info
161
182
command: lsmod_info
162
183
estimated_duration: 0.5
163
184
_description: Attaches a list of the currently running kernel modules.
165
186
 
166
187
id: dkms_info_attachment
167
188
plugin: attachment
 
189
category_id: 2013.com.canonical.plainbox::info
168
190
command: dkms_info  --format json
169
191
_description: Attaches json dumps of installed dkms package information.
170
192
_summary: Attaches json dumps of installed dkms package information.
171
193
 
172
194
plugin: attachment
 
195
category_id: 2013.com.canonical.plainbox::info
173
196
id: acpi_sleep_attachment
174
197
command: [ -e /proc/acpi/sleep ] && cat /proc/acpi/sleep || echo "No /proc/acpi/sleep found"
175
198
estimated_duration: 0.5
176
199
_description: Attaches the contents of /proc/acpi/sleep if it exists.
177
200
 
178
201
plugin: shell
 
202
category_id: 2013.com.canonical.plainbox::info
179
203
id: info/bootchart
180
204
_description: Bootchart information.
181
205
requires: package.name == 'bootchart' or package.name == 'pybootchartgui'
195
219
command:
196
220
 cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=DISK"'
197
221
 plugin: attachment
 
222
 category_id: 2013.com.canonical.plainbox::info
198
223
 id: info/hdparm_`ls /sys$path/block`.txt
199
224
 estimated_duration: 1.0
200
225
 requires:
205
230
 EOF
206
231
 
207
232
plugin: attachment
 
233
category_id: 2013.com.canonical.plainbox::info
208
234
id: bootchart.png
209
235
depends: info/bootchart
210
236
requires: package.name == 'pybootchartgui'
214
240
 [ -e "$file" ] && cat "$file"
215
241
 
216
242
plugin: attachment
 
243
category_id: 2013.com.canonical.plainbox::info
217
244
id: bootchart.tgz
218
245
depends: info/bootchart
219
246
_description: Attaches the bootchart log for bootchart test runs.
222
249
 [ -e "$file" ] && cat "$file"
223
250
 
224
251
plugin: attachment
 
252
category_id: 2013.com.canonical.plainbox::info
225
253
id: installer_bootchart.tgz
226
254
command: [ -f /var/log/installer/bootchart.tgz ] && base64 /var/log/installer/bootchart.tgz
227
255
_description: installs the installer bootchart tarball if it exists.
228
256
 
229
257
plugin: attachment
 
258
category_id: 2013.com.canonical.plainbox::info
230
259
id: installer_debug.gz
231
260
user: root
232
261
command: [ -f /var/log/installer/debug ] && gzip -9 -c /var/log/installer/debug | base64
234
263
_description: Attaches the installer debug log if it exists.
235
264
 
236
265
plugin: attachment
 
266
category_id: 2013.com.canonical.plainbox::info
237
267
id: info/touchpad_driver
238
268
requires: device.category == 'TOUCHPAD'
239
269
command: touchpad_driver_info
243
273
 the system.
244
274
 
245
275
plugin: attachment
 
276
category_id: 2013.com.canonical.plainbox::info
246
277
id: info/audio_device_driver
247
278
requires:
248
279
 package.name == 'pulseaudio-utils'
253
284
_description: Lists the device driver and version for all audio devices.
254
285
 
255
286
plugin: attachment
 
287
category_id: 2013.com.canonical.plainbox::info
256
288
id: info/network_devices
257
289
requires:
258
290
 device.category == 'NETWORK' or device.category == 'WIRELESS'
263
295
_description: Provides information about network devices
264
296
 
265
297
plugin: attachment
 
298
category_id: 2013.com.canonical.plainbox::info
266
299
id: info/mobile_broadband_info
267
300
command: broadband_info
268
301
estimated_duration: 0.5
269
302
_description: Provides information about wwan/mobile broadband devices
270
303
 
271
304
plugin: attachment
 
305
category_id: 2013.com.canonical.plainbox::info
272
306
id: info/xrandr
273
307
command: xrandr -q --verbose
274
308
_description: Provides information about displays attached to the system
275
309
 
276
310
plugin: attachment
 
311
category_id: 2013.com.canonical.plainbox::info
277
312
id: info/disk_partitions
278
313
estimated_duration: 1.0
279
314
user: root
281
316
_description: Attaches information about disk partitions
282
317
 
283
318
plugin: attachment
 
319
category_id: 2013.com.canonical.plainbox::info
284
320
id: info/buildstamp
285
321
estimated_duration: 0.1
286
322
_description: Attaches the buildstamp identifier for the preinstalled OS
288
324
command: [ -s /etc/buildstamp ] && cat /etc/buildstamp
289
325
 
290
326
plugin: shell
 
327
category_id: 2013.com.canonical.plainbox::info
291
328
id: info/detect_recovery
292
329
requires: package.name == 'dell-recovery' or package.name == 'ubuntu-recovery'
293
330
user: root
297
334
command: recovery_info
298
335
 
299
336
plugin: shell
 
337
category_id: 2013.com.canonical.plainbox::info
300
338
id: info/detect_dell_recovery
301
339
depends: info/detect_recovery
302
340
requires: package.name == 'dell-recovery'
307
345
command: recovery_info checktype DELL
308
346
 
309
347
plugin: attachment
 
348
category_id: 2013.com.canonical.plainbox::info
310
349
id: recovery_info_attachment
311
350
depends: info/detect_recovery
312
351
requires: package.name == 'dell-recovery' or package.name == 'ubuntu-recovery'
323
362
command: recovery_info version
324
363
 
325
364
plugin: attachment
 
365
category_id: 2013.com.canonical.plainbox::info
326
366
id: dell_bto_xml_attachment
327
367
depends: info/detect_dell_recovery
328
368
requires: package.name == 'dell-recovery'
337
377
command: recovery_info file bto.xml
338
378
 
339
379
plugin: attachment
 
380
category_id: 2013.com.canonical.plainbox::info
340
381
id: info/kvm_output
341
382
estimated_duration: 0.1
342
383
_description: Attaches the debug log from the virtualization run
344
385
 
345
386
id: kernel_cmdline_attachment
346
387
plugin: attachment
 
388
category_id: 2013.com.canonical.plainbox::info
347
389
command: cat /proc/cmdline
348
390
estimated_duration: 0.005
349
391
_description: Attaches the kernel command line used to boot