From: Alexander Kanavin Date: Sun, 9 Jan 2022 22:27:30 +0000 (+0100) Subject: parselogs: add a couple systemd false positives X-Git-Tag: uninative-3.5~327 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=743d09665a4ef743b1fa9ac382a713556dfce1a1;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 --- 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 = [ "[rndr ]: 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 = [