diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2016-02-02 13:54:35 +0100 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2016-02-02 13:54:35 +0100 |
commit | f1f3a1ffac631af227d12d35a50de84bc7c65fbb (patch) | |
tree | 2767cc5ed7d7af5dbba85a31760371de3b36a1b9 /jobs | |
parent | bcf815b8b528fee14a8d50230992f083ecc68e68 (diff) |
providers:checkbox: Add a new mandatory lsblk_attachment
The submission parser needs to send lsblk data to the udevadm parser.
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/info.txt.in | 14 | ||||
-rw-r--r-- | jobs/miscellanea.txt.in | 1 |
2 files changed, 14 insertions, 1 deletions
diff --git a/jobs/info.txt.in b/jobs/info.txt.in index 120030c..5866799 100644 --- a/jobs/info.txt.in +++ b/jobs/info.txt.in @@ -8,6 +8,11 @@ unit: packaging meta-data os-id: debian Depends: python3-guacamole (>= 0.9) +# This is for lsblk +unit: packaging meta-data +os-id: debian +Depends: util-linux + id: codecs_attachment plugin: attachment category_id: 2013.com.canonical.plainbox::info @@ -129,7 +134,6 @@ command: estimated_duration: 1.5 _description: Attaches modinfo information for all currently loaded modules - id: modules_attachment plugin: attachment category_id: 2013.com.canonical.plainbox::info @@ -174,6 +178,14 @@ command: udev_resource estimated_duration: 0.432 _description: Attaches the output of udev_resource, for debugging purposes +id: lsblk_attachment +estimated_duration: 0.1 +plugin: attachment +command: lsblk -i -n -P -o KNAME,TYPE,MOUNTPOINT +requires: package.name == "util-linux" +_description: Attaches disk block devices mount points +_summary: Attaches information about disk block devices and their mount points + id: gcov_attachment plugin: attachment category_id: 2013.com.canonical.plainbox::info diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in index 266444f..beab8e4 100644 --- a/jobs/miscellanea.txt.in +++ b/jobs/miscellanea.txt.in @@ -10,6 +10,7 @@ depends: requirements uname dmi_attachment + lsblk_attachment sysfs_attachment udev_attachment estimated_duration: 1.0 |