From 946a48be9ebd9f0c8bac4f85eab062a781fac1bb Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 4 Jul 2018 12:32:42 +0800 Subject: oeqa/runtime/cases/parselog.py: ignore a message from weston The following error message when starting core-image-weston is not critical as long as the image could start up correctly. So extend the common_errors list for parselog.py test case to ignore this message. logind: cannot setup systemd-logind helper (-61), using legacy fallback [YOCTO #12835] (From OE-Core rev: edc244b2f346ad2eb3c90664ec17c904b356b992) Signed-off-by: Chen Qi Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/lib/oeqa/runtime/cases/parselogs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/lib/oeqa/runtime/cases/parselogs.py') diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 1cdea58ef0..ba1bb71f22 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py @@ -51,6 +51,7 @@ common_errors = [ "Cannot set xattr user.Librepo.DownloadInProgress", "Failed to read /var/lib/nfs/statd/state: Success", "error retry time-out =", + "logind: cannot setup systemd-logind helper (-61), using legacy fallback" ] video_related = [ -- cgit v1.2.3-54-g00ecf