From 1ee65f1a205fbc9e7f38625094b642a25fc34b21 Mon Sep 17 00:00:00 2001 From: Daniel Manrique Date: Thu, 24 Apr 2014 09:33:12 -0400 Subject: providers:checkbox: Added fwts oops test. Added the test to certification desktop whitelists. --- jobs/miscellanea.txt.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) 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 + -- cgit v1.2.3