/usr/share/2013.com.canonical.certification:checkbox/jobs/info.txt.in is in plainbox-provider-checkbox 0.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 | id: codecs_attachment
plugin: attachment
requires: device.driver == 'snd_hda_intel'
command: cat /proc/asound/card*/codec#*
estimated_duration: 0.023
_description: Attaches a report of installed codecs for Intel HDA
id: cpuinfo_attachment
plugin: attachment
command: cat /proc/cpuinfo
estimated_duration: 0.006
_description: Attaches a report of CPU information
id: dmesg_attachment
plugin: attachment
command: cat /var/log/dmesg | ansi_parser
estimated_duration: 0.640
_description: Attaches a copy of /var/log/dmesg to the test results
id: dmi_attachment
plugin: attachment
command: [ -d /sys/class/dmi/id/ ] && (grep -r . /sys/class/dmi/id/ 2>/dev/null || true) || false
estimated_duration: 0.044
_description: Attaches info on DMI
id: dmidecode_attachment
plugin: attachment
requires: package.name == 'dmidecode'
user: root
command: dmidecode | iconv -t 'utf-8' -c
estimated_duration: 0.030
_description: Attaches dmidecode output
id: lshw_attachment
plugin: attachment
requires: package.name == 'lshw'
user: root
command: lshw | iconv -t 'utf-8' -c
_description: Attaches lshw output
id: efi_attachment
plugin: attachment
user: root
command: [ -d /sys/firmware/efi ] && grep -m 1 -o --color=never 'EFI v.*' /var/log/kern.log* || true
estimated_duration: 0.5
_description: Attaches the firmware version
id: lspci_attachment
plugin: attachment
command: lspci -vvnn | iconv -t 'utf-8' -c
estimated_duration: 0.042
_description: Attaches very verbose lspci output.
id: lspci_network_attachment
plugin: attachment
command: lspci -vvnnQ | iconv -t 'utf-8' -c
estimated_duration: 1.322
_description: Attaches very verbose lspci output (with central database Query).
id: lsusb_attachment
plugin: attachment
requires: package.name == 'usbutils'
user: root
command: lsusb -vv | iconv -t 'utf-8' -c
estimated_duration: 0.700
_description: List USB devices
id: meminfo_attachment
plugin: attachment
command: cat /proc/meminfo
estimated_duration: 0.043
id: modprobe_attachment
plugin: attachment
command: find /etc/modprobe.* -name \*.conf | xargs cat
estimated_duration: 0.015
_description: Attaches the contents of the various modprobe conf files.
id: modules_attachment
plugin: attachment
command: cat /etc/modules
estimated_duration: 0.004
_description: Attaches the contents of the /etc/modules file.
id: sysctl_attachment
plugin: attachment
command: find /etc/sysctl.* -name \*.conf | xargs cat
estimated_duration: 0.014
_description: attaches the contents of various sysctl config files.
id: sysfs_attachment
plugin: attachment
_description: Attaches a report of sysfs attributes.
command:
for i in `udevadm info --export-db | sed -n 's/^P: //p'`; do
echo "P: $i"
udevadm info --attribute-walk --path=/sys$i 2>/dev/null | sed -n 's/ ATTR{\(.*\)}=="\(.*\)"/A: \1=\2/p'
echo
done
estimated_duration: 6.344
id: udev_attachment
plugin: attachment
command: udevadm info --export-db | xml_sanitize
estimated_duration: 1.465
_description: Attaches a dump of the udev database showing system hardware information.
id: udev_resource_attachment
plugin: attachment
command: udev_resource
estimated_duration: 0.432
_description: Attaches the output of udev_resource, for debugging purposes
id: gcov_attachment
plugin: attachment
requires: package.name == 'lcov'
user: root
command: gcov_tarball
_description: Attaches a tarball of gcov data if present.
id: lsmod_attachment
plugin: attachment
command: lsmod_info
estimated_duration: 0.5
_description: Attaches a list of the currently running kernel modules.
plugin: attachment
id: acpi_sleep_attachment
command: [ -e /proc/acpi/sleep ] && cat /proc/acpi/sleep
estimated_duration: 0.5
_description: Attaches the contents of /proc/acpi/sleep if it exists.
plugin: shell
id: info/bootchart
_description: Bootchart information.
requires: package.name == 'bootchart' or package.name == 'pybootchartgui'
user: root
command:
process_wait -u root bootchart collector ureadahead; \
[ `ls /var/log/bootchart/*.tgz 2>/dev/null | wc -l` -lt 2 ] && reboot && sleep 100
plugin: local
id: info/hdparm
_description: SATA/IDE device information.
requires:
package.name == 'hdparm'
device.category == 'DISK'
command:
cat <<'EOF' | run_templates -t -s 'udev_resource | filter_templates -w "category=DISK"'
plugin: attachment
id: info/hdparm_`ls /sys$path/block`.txt
requires:
device.path == "$path"
block_device.`ls /sys$path/block`_state != 'removable'
user: root
command: hdparm -I /dev/`ls /sys$path/block`
EOF
plugin: attachment
id: bootchart.png
depends: info/bootchart
requires: package.name == 'pybootchartgui'
_description: Attaches the bootchart png file for bootchart runs
command:
file=`ls /var/log/bootchart/*.png 2>/dev/null | tail -1`; \
[ -e "$file" ] && cat "$file"
plugin: attachment
id: bootchart.tgz
depends: info/bootchart
_description: Attaches the bootchart log for bootchart test runs.
command:
file=`ls /var/log/bootchart/*.tgz 2>/dev/null | tail -1`; \
[ -e "$file" ] && cat "$file"
plugin: attachment
id: installer_bootchart.tgz
command: [ -e /var/log/installer/bootchart.tgz ] && cat /var/log/installer/bootchart.tgz
_description: installs the installer bootchart tarball if it exists.
plugin: attachment
id: installer_debug.gz
command: [ -e /var/log/installer/debug ] && gzip -9 -c /var/log/installer/debug
estimated_duration: 0.1
_description: Attaches the installer debug log if it exists.
plugin: attachment
id: info/touchpad_driver
requires: device.category == 'TOUCHPAD'
command: touchpad_driver_info
estimated_duration: 0.384
_description:
Returns the name, driver name and driver version of any touchpad discovered on
the system.
plugin: attachment
id: info/audio_device_driver
requires:
package.name == 'pulseaudio-utils'
package.name == 'module-init-tools'
device.category == 'AUDIO'
command: audio_driver_info
estimated_duration: 0.177
_description: Lists the device driver and version for all audio devices.
plugin: attachment
id: info/network_devices
requires:
device.category == 'NETWORK' or device.category == 'WIRELESS'
package.name == 'module-init-tools'
package.name == 'pciutils'
command: network_device_info
estimated_duration: 0.550
_description: Provides information about network devices
plugin: attachment
id: info/xrandr
command: xrandr -q --verbose
_description: Provides information about displays attached to the system
plugin: attachment
id: info/disk_partitions
user: root
command: parted -l
_description: Attaches information about disk partitions
|