summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2022-01-09 23:27:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-11 10:53:44 +0000
commit3e02d8d277d81d4913d337a6e6dfb923a4e18210 (patch)
tree85234d8f8b1b9a4560cdd20bbedaf991ba143622 /meta/lib
parent2a3e849326592d8213cf29fcb6f49d10136f32d6 (diff)
downloadpoky-3e02d8d277d81d4913d337a6e6dfb923a4e18210.tar.gz
parselogs: add a couple systemd false positives
New systemd has changed the phrasing when skipping things, with unfortunate use of 'failed': [ 1.623667] systemd[1]: Journal Audit Socket was skipped because of a failed condition check (ConditionSecurity=audit). [ 1.688258] systemd[1]: Load Kernel Modules was skipped because all trigger condition checks failed. (From OE-Core rev: 743d09665a4ef743b1fa9ac382a713556dfce1a1) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index b81acdd18a..1f9365f3a8 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -62,6 +62,8 @@ common_errors = [
62 "[rndr ]: Initialization Failed", 62 "[rndr ]: Initialization Failed",
63 "[pulseaudio] authkey.c: Failed to open cookie file", 63 "[pulseaudio] authkey.c: Failed to open cookie file",
64 "[pulseaudio] authkey.c: Failed to load authentication key", 64 "[pulseaudio] authkey.c: Failed to load authentication key",
65 "was skipped because of a failed condition check",
66 "was skipped because all trigger condition checks failed",
65 ] 67 ]
66 68
67video_related = [ 69video_related = [