diff options
author | Daniel Manrique <roadmr@ubuntu.com> | 2014-08-05 13:18:04 -0400 |
---|---|---|
committer | Daniel Manrique <roadmr@ubuntu.com> | 2014-08-05 13:18:04 -0400 |
commit | 4544bbe63e45dc4f1e7531d89b9dbed08d4fa796 (patch) | |
tree | 20ca65689739c5b5d2c5541ab60eadddb5dcd9ae /jobs | |
parent | 7c79b61b92da4defb6d152df6f759d19cec893db (diff) |
providers:checkbox: Minor fixes to firmware jobs
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/firmware.txt.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/jobs/firmware.txt.in b/jobs/firmware.txt.in index 73d156f..7e9262e 100644 --- a/jobs/firmware.txt.in +++ b/jobs/firmware.txt.in @@ -1,6 +1,7 @@ plugin: local _summary: Automated tests for firmware using Firmware Test Suite. id: firmware/fwts +estimated_duration: 0.5 requires: package.name == 'fwts' _description: Automated tests for firmware using Firmware Test Suite. command: @@ -12,11 +13,13 @@ command: user: root command: fwts_test -t $1 -l $PLAINBOX_SESSION_SHARE/fwts_$1.log _description: Run $1 test from Firmware Test Suite. + _summary: Run $1 test from Firmware Test Suite. EOF plugin: local _summary: Automated tests for firmware using Firmware Test Suite. id: firmware/fwts_logs +estimated_duration: 0.5 requires: package.name == 'fwts' _description: Automated tests for firmware using Firmware Test Suite. command: @@ -28,6 +31,7 @@ command: user: root command: [[ -e ${PLAINBOX_SESSION_SHARE}/fwts_$1.log ]] && cat ${PLAINBOX_SESSION_SHARE}/fwts_$1.log _description: Attach log for FWTS $1 test. + _summary: Attach log for FWTS $1 test. EOF plugin:shell @@ -38,6 +42,7 @@ requires: user: root _description: Run Firmware Test Suite (fwts) desktop-specific diagnosis tests. +_summary: Run FWTS desktop-specific diagnosis tests. environ: PLAINBOX_SESSION_SHARE command: fwts_test -l $PLAINBOX_SESSION_SHARE/fwts_desktop_diagnosis_results.log -t acpidump -t version -t acpitables -t apicinstance -t hpet_check -t mcfg -t method -t mpcheck -t msr -t mtrr -t apicedge -t klog @@ -48,4 +53,5 @@ id: firmware/fwts_desktop_diagnosis_results.log command: [ -e ${PLAINBOX_SESSION_SHARE}/fwts_desktop_diagnosis_results.log ] && cat ${PLAINBOX_SESSION_SHARE}/fwts_desktop_diagnosis_results.log _description: Attaches the FWTS desktop diagnosis results log to the submission +_summary: Attach FWTS desktop diagnosis log to submission |