diff options
-rw-r--r-- | jobs/suspend.txt.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/jobs/suspend.txt.in b/jobs/suspend.txt.in index 1246380..62e7857 100644 --- a/jobs/suspend.txt.in +++ b/jobs/suspend.txt.in @@ -2719,3 +2719,23 @@ estimated_duration: 0.500 _description: Parses Xorg.0.Log and discovers the running X driver and version after suspend _summary: Test X driver/version after suspend +id: suspend/oops_after_suspend +depends: suspend/suspend_advanced +plugin:shell +estimated_duration: 10.0 +requires: + package.name == 'fwts' +user: root +_description: + Run Firmware Test Suite (fwts) oops tests after suspend. +environ: PLAINBOX_SESSION_SHARE +command: + fwts_test -l $PLAINBOX_SESSION_SHARE/fwts_oops_results_after_s3.log -t oops + +id: suspend/oops_results_after_suspend.log +plugin: attachment +estimated_duration: 0.5 +command: + [ -e ${PLAINBOX_SESSION_SHARE}/fwts_oops_results_after_s3_hwe.log ] && cat ${PLAINBOX_SESSION_SHARE}/fwts_oops_results_after_s3_hwe.log +_description: Attaches the FWTS oops results log to the submission after suspend + |