[PATCH 0/3] Add test message filtering, for certification.
Colin King
colin.king at canonical.com
Thu Nov 22 16:30:31 UTC 2012
From: Colin Ian King <colin.king at canonical.com>
Certification would like to be able to filter some of the fwts errors
so that they can skip over some known "false positives" on some hardware.
So I'm introducing two new fwts options:
--filter-error-discard
--filter-error-keep
This is probably going to be abused if we are not careful, but it was
a requirement that has been kicking around for some time.
We shall see how this pans out over time.
Colin Ian King (3):
lib: fwts_framework, fwts_klog: Add filtering to fwts errors
lib: fwts_framework: sanity check new options
doc: Add new --filter-error-discard and --filter-error-keep options.
doc/fwts.1 | 12 ++++
src/lib/include/fwts_framework.h | 5 ++
src/lib/src/fwts_framework.c | 124 +++++++++++++++++++++++++++++++++++----
src/lib/src/fwts_klog.c | 2 +-
4 files changed, 130 insertions(+), 13 deletions(-)
--
1.8.0
More information about the fwts-devel
mailing list