diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2015-05-18 14:09:17 +0000 |
---|---|---|
committer | Daniel Manrique <> | 2015-05-18 14:09:17 +0000 |
commit | 7dc3a2e4e6cb2da9c9a6cca3a9dc3bf6b6ae0fe3 (patch) | |
tree | c19e4fd8521c1e5a37342866b68477ac23bfee27 /jobs | |
parent | a25444ac03b2b926ab63bf3b534b1a2075020d40 (diff) | |
parent | caa9b0de99b143bc3f49156c260cadebc7d1b5db (diff) |
"automatic merge of lp:~sylvain-pineau/checkbox/fix-1456176/ by tarmac [r=zyga][bug=][author=sylvain-pineau]"
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 |