]> code.ossystems Code Review - openembedded-core.git/commit
parselogs.py: Whitelist iwlwifi firmware load error messages
authorCalifornia Sullivan <california.l.sullivan@intel.com>
Tue, 29 Nov 2016 20:28:18 +0000 (12:28 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Dec 2016 10:36:10 +0000 (10:36 +0000)
commit7df570c2310efac8f9898da15deaac2b7df16655
tree1e553cc7dd9a10e7baceb166b585b3d9370cbe57
parent303a1aa3df43eb0b693d8602062fa33c4a08fdd6
parselogs.py: Whitelist iwlwifi firmware load error messages

The iwlwifi module of any given kernel has a minimum and maximum
supported firmware version. The kernel begins by attempting to load the
maximum version, and decrements until it is successful. The 4.8 kernel's
maximum supported firmware version is 24, but thus far only 22 has been
released, meaning we get errors for 24 and 23.

Filter out iwlwifi firmware load error messages, as they are not
necessarily indicative of real problems.

Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/runtime/parselogs.py