diff options
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 |