[oe-commits] [openembedded-core] 12/19: oeqa/runtime/cases/parselog.py: ignore a message from weston

git at git.openembedded.org git at git.openembedded.org
Wed Jul 4 23:26:59 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit edc244b2f346ad2eb3c90664ec17c904b356b992
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Wed Jul 4 12:32:42 2018 +0800

    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]
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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 = [

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list