summaryrefslogtreecommitdiff
diff options
authorDaniel Manrique <roadmr@ubuntu.com>2014-04-24 09:33:12 -0400
committerDaniel Manrique <roadmr@ubuntu.com>2014-04-24 09:33:12 -0400
commit1ee65f1a205fbc9e7f38625094b642a25fc34b21 (patch)
tree3acae5cf2d30faed5a57678eba4e26e8f25d65ae
parent7d2f2127a01ec62c6cfe572909b8d503add80029 (diff)
providers:checkbox: Added fwts oops test.
Added the test to certification desktop whitelists.
-rw-r--r--jobs/miscellanea.txt.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/jobs/miscellanea.txt.in b/jobs/miscellanea.txt.in
index 033796f..8626bf8 100644
--- a/jobs/miscellanea.txt.in
+++ b/jobs/miscellanea.txt.in
@@ -139,3 +139,23 @@ _description:
Skip this test if this system ONLY uses shared management/ethernet ports OR if this system does not have a BMC (Management Console)
1. Select Yes if you successfully used IPMI to remotely power this system off and on using the dedicated management port.
2. Select No if you attempted to use the dedicated management port to remotely power this system off/on and it failed for some reason.
+
+plugin:shell
+id: miscellanea/oops
+estimated_duration: 10.0
+requires:
+ package.name == 'fwts'
+user: root
+_description:
+ Run Firmware Test Suite (fwts) oops tests.
+environ: PLAINBOX_SESSION_SHARE
+command:
+ fwts_test -l $PLAINBOX_SESSION_SHARE/fwts_oops_results.log -t oops
+
+plugin: attachment
+estimated_duration: 0.5
+id: miscellanea/oops_results.log
+command:
+ [ -e ${PLAINBOX_SESSION_SHARE}/fwts_oops_results.log ] && cat ${PLAINBOX_SESSION_SHARE}/fwts_oops_results.log
+_description: Attaches the FWTS oops results log to the submission
+