diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-07-04 12:32:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-05 11:39:06 +0100 |
commit | 946a48be9ebd9f0c8bac4f85eab062a781fac1bb (patch) | |
tree | 6731e27e2c68b5ee5bb443beed7046be707318e2 /meta/lib/oeqa | |
parent | fbfacebaa97de0866e898912365c09921982cc14 (diff) | |
download | poky-946a48be9ebd9f0c8bac4f85eab062a781fac1bb.tar.gz |
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 <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/runtime/cases/parselogs.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ | |||
51 | "Cannot set xattr user.Librepo.DownloadInProgress", | 51 | "Cannot set xattr user.Librepo.DownloadInProgress", |
52 | "Failed to read /var/lib/nfs/statd/state: Success", | 52 | "Failed to read /var/lib/nfs/statd/state: Success", |
53 | "error retry time-out =", | 53 | "error retry time-out =", |
54 | "logind: cannot setup systemd-logind helper (-61), using legacy fallback" | ||
54 | ] | 55 | ] |
55 | 56 | ||
56 | video_related = [ | 57 | video_related = [ |