Merge ~sylvain-pineau/checkbox-support:fwts_critical_only into checkbox-support:master

Proposed by Sylvain Pineau
Status: Merged
Approved by: Chris Wayne
Approved revision: 3fa5db52d1043585b699ce3d3d52130e7245da71
Merged at revision: 546cdea2519989cc9afb88d64b0e98124324aa53
Proposed branch: ~sylvain-pineau/checkbox-support:fwts_critical_only
Merge into: checkbox-support:master
Diff against target: 13 lines (+1/-1)
1 file modified
checkbox_support/scripts/fwts_test.py (+1/-1)
Reviewer Review Type Date Requested Status
Checkbox Developers Pending
Review via email: mp+330526@code.launchpad.net

Description of the change

Ignore FWTS high failures by setting the default failure level to critical

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/checkbox_support/scripts/fwts_test.py b/checkbox_support/scripts/fwts_test.py
2index c78514f..d4289df 100644
3--- a/checkbox_support/scripts/fwts_test.py
4+++ b/checkbox_support/scripts/fwts_test.py
5@@ -151,7 +151,7 @@ def main():
6 'of the log file.\n'
7 '[Default: %(default)s]'))
8 parser.add_argument('-f', '--fail-level',
9- default='high',
10+ default='critical',
11 choices=['critical', 'high', 'medium',
12 'low', 'none', 'aborted'],
13 help=('Specify the FWTS failure level that will '

Subscribers

People subscribed via source and target branches