summaryrefslogtreecommitdiff
path: root/jobs
diff options
authorDaniel Manrique <roadmr@ubuntu.com>2015-04-28 17:18:30 +0000
committerDaniel Manrique <>2015-04-28 17:18:30 +0000
commit5d5f871b83df6cd9c0eb3357ce4a211e2f11aa0b (patch)
treedd55ba0a54709f4bf2a9d29082ddbfcacc312b47 /jobs
parent8a554ec96cb349f15c5b614da70e054bec622dea (diff)
parentbf9c0c04916bfd6c9741b6e925294e01315ea6c9 (diff)
"providers:checkbox: Add ssid_attachment job
It attaches the PCI subsystem ID, this is to be collected for all systems though it has special significance to uniquely identify a specific configuration for some manufacturers only. Also adds this job to relevant whitelists. [r=zyga][bug=][author=roadmr]"
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'