~andrew-haigh-b/cdts/ui

« back to all changes in this revision

Viewing changes to checkbox-old/jobs/info.txt.in

  • Committer: Daniel Manrique
  • Date: 2013-07-18 17:38:27 UTC
  • mfrom: (2229.2.36 checkbox)
  • Revision ID: roadmr@ubuntu.com-20130718173827-bojn3wq85wogr05z
Merged from lp:checkbox, mainly to bring in plainbox changes for dbus service

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
plugin: attachment
3
3
requires: device.driver == 'snd_hda_intel'
4
4
command: cat /proc/asound/card*/codec#*
 
5
estimated_duration: 0.023
5
6
_description: Attaches a report of installed codecs for Intel HDA
6
7
 
7
8
name: cpuinfo_attachment
8
9
plugin: attachment
9
10
command: cat /proc/cpuinfo
 
11
estimated_duration: 0.006
10
12
_description: Attaches a report of CPU information
11
13
 
12
14
name: dmesg_attachment
13
15
plugin: attachment
14
16
command: cat /var/log/dmesg | ansi_parser
 
17
estimated_duration: 0.640
15
18
_description: Attaches a copy of /var/log/dmesg to the test results
16
19
 
17
20
name: dmi_attachment
18
21
plugin: attachment
19
22
command: grep -r . /sys/class/dmi/id/ 2>/dev/null
 
23
estimated_duration: 0.044 
20
24
_description: Attaches info on DMI
21
25
 
22
26
name: dmidecode_attachment
23
27
plugin: attachment
 
28
requires: package.name == 'dmidecode'
24
29
user: root
25
30
command: dmidecode | iconv -t 'utf-8' -c
 
31
estimated_duration: 0.030
26
32
_description: Attaches dmidecode output
27
33
 
 
34
name: lshw_attachment
 
35
plugin: attachment
 
36
requires: package.name == 'lshw'
 
37
user: root
 
38
command: lshw | iconv -t 'utf-8' -c
 
39
_description: Attaches lshw output
 
40
 
28
41
name: efi_attachment
29
42
plugin: attachment
30
43
user: root
31
44
command: [ -d /sys/firmware/efi ] && grep -m 1 -o --color=never 'EFI v.*' /var/log/kern.log* || true
 
45
estimated_duration: 0.5
32
46
_description: Attaches the firmware version
33
47
 
34
48
name: lspci_attachment
35
49
plugin: attachment
36
50
command: lspci -vvnn | iconv -t 'utf-8' -c
 
51
estimated_duration: 0.042
37
52
_description: Attaches very verbose lspci output.
38
53
 
39
54
name: lspci_network_attachment
40
55
plugin: attachment
41
56
command: lspci -vvnnQ | iconv -t 'utf-8' -c
 
57
estimated_duration: 1.322
42
58
_description: Attaches very verbose lspci output (with central database Query).
43
59
 
44
60
name: lsusb_attachment
46
62
requires: package.name == 'usbutils'
47
63
user: root
48
64
command: lsusb -vv | iconv -t 'utf-8' -c
 
65
estimated_duration: 0.700
49
66
_description: List USB devices
50
67
 
51
68
name: meminfo_attachment
52
69
plugin: attachment
53
70
command: cat /proc/meminfo
 
71
estimated_duration: 0.043
54
72
 
55
73
name: modprobe_attachment
56
74
plugin: attachment
57
75
command: find /etc/modprobe.* -name \*.conf | xargs cat
 
76
estimated_duration: 0.015
58
77
_description: Attaches the contents of the various modprobe conf files.
59
78
 
60
79
name: modules_attachment
61
80
plugin: attachment
62
81
command: cat /etc/modules
 
82
estimated_duration: 0.004
63
83
_description: Attaches the contents of the /etc/modules file.
64
84
 
65
85
name: sysctl_attachment
66
86
plugin: attachment
67
87
command: find /etc/sysctl.* -name \*.conf | xargs cat
 
88
estimated_duration: 0.014
68
89
_description: attaches the contents of various sysctl config files.
69
90
 
70
91
name: sysfs_attachment
76
97
  udevadm info --attribute-walk --path=/sys$i 2>/dev/null | sed -n 's/    ATTR{\(.*\)}=="\(.*\)"/A: \1=\2/p'
77
98
  echo
78
99
 done
 
100
estimated_duration: 6.344
79
101
 
80
102
name: udev_attachment
81
103
plugin: attachment
82
104
command: udevadm info --export-db | xml_sanitize
 
105
estimated_duration: 1.465
83
106
_description: Attaches a dump of the udev database showing system hardware information.
84
107
 
85
108
name: udev_resource_attachment
86
109
plugin: attachment
87
110
command: udev_resource
 
111
estimated_duration: 0.432
88
112
_description: Attaches the output of udev_resource, for debugging purposes
89
113
 
90
114
name: gcov_attachment
97
121
name: lsmod_attachment
98
122
plugin: attachment
99
123
command: lsmod_info
 
124
estimated_duration: 0.5
100
125
_description: Attaches a list of the currently running kernel modules.
101
126
 
102
127
plugin: attachment
103
128
name: acpi_sleep_attachment
104
129
command: [ -e /proc/acpi/sleep ] && cat /proc/acpi/sleep
 
130
estimated_duration: 0.5
105
131
_description: Attaches the contents of /proc/acpi/sleep if it exists.
106
132
 
107
133
plugin: local
156
182
plugin: attachment
157
183
name: installer_debug.gz
158
184
command: [ -e /var/log/installer/debug ] && gzip -9 -c /var/log/installer/debug
 
185
estimated_duration: 0.1
159
186
_description: Attaches the installer debug log if it exists.
160
187
 
161
188
plugin: attachment
162
189
name: info/touchpad_driver
163
 
requires: device.category == 'TOUCH'
 
190
requires: device.category == 'TOUCHPAD'
164
191
command: touchpad_driver_info
 
192
estimated_duration: 0.384
165
193
_description:
166
194
 Returns the name, driver name and driver version of any touchpad discovered on
167
195
 the system.
173
201
 package.name == 'module-init-tools'
174
202
 device.category == 'AUDIO'
175
203
command: audio_driver_info
 
204
estimated_duration: 0.177
176
205
_description: Lists the device driver and version for all audio devices.
177
206
 
178
207
plugin: attachment
182
211
 package.name == 'module-init-tools'
183
212
 package.name == 'pciutils'
184
213
command: network_device_info
 
214
estimated_duration: 0.550
185
215
_description: Provides information about network devices
186
216
 
187
217
plugin: attachment