Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] oeqa/runtime/cases/parselog.py: ignore a message from weston
@ 2018-07-04  4:32 Chen Qi
  2018-07-04  4:32 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2018-07-04  4:32 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 0118f01787eaa91ec2760d0bb8540efadf5c2510:

  multilib: Tweak previous cross-canadian multilib fix (2018-07-04 00:02:17 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/parselogs-weston
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/parselogs-weston

Chen Qi (1):
  oeqa/runtime/cases/parselog.py: ignore a message from weston

 meta/lib/oeqa/runtime/cases/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] oeqa/runtime/cases/parselog.py: ignore a message from weston
  2018-07-04  4:32 [PATCH 0/1] oeqa/runtime/cases/parselog.py: ignore a message from weston Chen Qi
@ 2018-07-04  4:32 ` Chen Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2018-07-04  4:32 UTC (permalink / raw)
  To: openembedded-core

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]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/lib/oeqa/runtime/cases/parselogs.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index 1cdea58..ba1bb71 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 = [
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-04  4:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-04  4:32 [PATCH 0/1] oeqa/runtime/cases/parselog.py: ignore a message from weston Chen Qi
2018-07-04  4:32 ` [PATCH 1/1] " Chen Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox