From: Alexander Kanavin Date: Sun, 9 Jan 2022 22:27:30 +0000 (+0100) Subject: parselogs: add a couple systemd false positives X-Git-Tag: yocto-3.1.14~13 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=da0d96eefd5d7e784b24cad0e41b9df05443034d;p=openembedded-core.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit 743d09665a4ef743b1fa9ac382a713556dfce1a1) Signed-off-by: Steve Sakoman --- diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index cc40ee1ac0..1cac59725d 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py @@ -61,6 +61,8 @@ common_errors = [ "[rdrand]: Initialization Failed", "[pulseaudio] authkey.c: Failed to open cookie file", "[pulseaudio] authkey.c: Failed to load authentication key", + "was skipped because of a failed condition check", + "was skipped because all trigger condition checks failed", ] video_related = [