Bug 841743

Summary: [RFE] bkr command option to turn off panic detection for submitting task
Product: [Retired] Beaker Reporter: Jun'ichi NOMURA <junichi.nomura>
Component: command lineAssignee: Bill Peck <bpeck>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.9CC: bpeck, dcallagh, rmancy, stl
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-09 08:06:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
A patch to add "--disable_panic_detection" for bkr none

Description Jun'ichi NOMURA 2012-07-20 06:29:33 UTC
Created attachment 599312 [details]
A patch to add "--disable_panic_detection" for bkr

[RFE] bkr command option to turn off panic detection for submitting task

For crash dump testing, users has to turn off panic detection
so that beaker does not consider an intentional panic as a test failure.

Panic detection can be turned off by setting "panic=ignore" for recipes.
However it is possible only via editing recipe XML.

It is nice to have an option for "bkr workflow-simple" to turn off
panic detection.

Attached is a naive patch to implemet it.

Example of our usage:
  bkr workflow-simple \
     --machine $MACHINE --arch $ARCH --distro $DISTRO \
     --task=/dumptest1 --task=/dumptest2 \
     --disable_panic_detection

Comment 1 Bill Peck 2012-07-24 13:53:24 UTC
http://gerrit.beaker-project.org/#/c/1237/

Comment 3 Dan Callaghan 2012-08-09 08:06:50 UTC
Beaker 0.9.2 has been released.

Comment 4 Jun'ichi NOMURA 2012-08-16 06:49:27 UTC
(Sorry, solution is not clear. Please confirm if the following is correct.)

"--ignore-panic" is added to turn off panic detection.

Comment 5 Dan Callaghan 2012-08-16 22:28:21 UTC
(In reply to comment #4)
> (Sorry, solution is not clear. Please confirm if the following is correct.)
> 
> "--ignore-panic" is added to turn off panic detection.

Yes that's right.