diff options
-rw-r--r-- | units/firmware/jobs.pxu | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/units/firmware/jobs.pxu b/units/firmware/jobs.pxu index 74d13ef..eb8397c 100644 --- a/units/firmware/jobs.pxu +++ b/units/firmware/jobs.pxu @@ -88,6 +88,24 @@ command: _description: Attaches the FWTS Server Cert results log to the submission _summary: Attach FWTS Server Cert test log to submission +id: firmware/fwts_dump +category_id: com.canonical.plainbox::firmware +_summary: Run the FTWS dump command +plugin: shell +user: root +requires: executable.name == 'fwts' +command: + pushd "$PLAINBOX_SESSION_SHARE" > /dev/null || exit + fwts -d + +id: firmware/fwts_dump_acpi_attachment.gz +category_id: com.canonical.plainbox::firmware +_summary: Collect the ACPI tables dump from FWTS +plugin: attachment +depends: firmware/fwts_dump +command: + [ -f "$PLAINBOX_SESSION_SHARE/acpidump.log" ] && gzip -c "$PLAINBOX_SESSION_SHARE/acpidump.log" + id: firmware/tcglog-required-algs-sha256 category_id: com.canonical.plainbox::firmware |