summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorDaniel Manrique <roadmr@ubuntu.com>2015-04-28 12:49:23 -0400
committerDaniel Manrique <roadmr@ubuntu.com>2015-04-28 12:49:23 -0400
commitbf9c0c04916bfd6c9741b6e925294e01315ea6c9 (patch)
tree80c9d87da3070697c7976b5d8dec42da39bd9861 /jobs
parent47dea94367a5e34d7a17b9a602fc3f3a7b35f978 (diff)
providers:checkbox: Add lspci_standard_config_attachment job
It attaches a dump of PCI standard configuration data for all devices in the system. This raw data is used to uniquely identify a specific configuration for some manufacturers only, and may have other uses in the future.
Diffstat (limited to 'jobs')
-rw-r--r--jobs/info.txt.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/jobs/info.txt.in b/jobs/info.txt.in
index 873619e..d68aec9 100644
--- a/jobs/info.txt.in
+++ b/jobs/info.txt.in
@@ -57,6 +57,15 @@ command: lspci -vvnnQ | iconv -t 'utf-8' -c
estimated_duration: 1.322
_description: Attaches very verbose lspci output (with central database Query).
+id: lspci_standard_config_attachment
+_summary: Attach PCI configuration space hex dump
+plugin: attachment
+command: lspci -x
+estimated_duration: 0.1
+_description:
+ Attaches a hex dump of the standard part of the PCI configuration
+ space for all PCI devices.
+
id: lsusb_attachment
plugin: attachment
requires: package.name == 'usbutils'