diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2015-05-18 15:47:28 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2015-05-18 15:47:28 +0200 |
commit | caa9b0de99b143bc3f49156c260cadebc7d1b5db (patch) | |
tree | baadc516a838c7cb4d8a2d9f6d56701fc50218a3 /jobs | |
parent | 1bb54c67e094513f0cf452b9e31ba1d88722dfed (diff) |
providers:checkbox: Check misuse of the _REV iface in ACPI [DS]SDT tables
Fixes https://bugs.launchpad.net/bugs/1456176
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/firmware.txt.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jobs/firmware.txt.in b/jobs/firmware.txt.in index 7e9262e..277c3f2 100644 --- a/jobs/firmware.txt.in +++ b/jobs/firmware.txt.in @@ -55,3 +55,10 @@ command: _description: Attaches the FWTS desktop diagnosis results log to the submission _summary: Attach FWTS desktop diagnosis log to submission +plugin: shell +id: firmware/no_ACPI_REV_interface +_summary: No _REV interface in ACPI [DS]SDT tables +user: root +estimated_duration: 0.5 +command: grep -r "_REV" /sys/firmware/acpi/tables/* | grep -v [DS]SDT +_description: This Automated test checks misuse of the _REV interface in ACPI [DS]SDT tables |