From: Khem Raj Date: Thu, 12 Mar 2020 07:50:14 +0000 (-0700) Subject: oeqa/qemuarm64: Ignore logind: failed to get session seat X-Git-Tag: 2020-04-dunfell~173 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f9d36722132c93c19651ea59062b3d5be01bb72;p=openembedded-core.git oeqa/qemuarm64: Ignore logind: failed to get session seat When booting weston images this error is seen commonly, but Qemu boots the image fine, session seat error is thrown by libweston perhaps using --seat option or setting XDG_SEAT variable in weston.ini could fix it [YOCTO #13828] Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py index 6444fe814c..cc4f5f8c78 100644 --- a/meta/lib/oeqa/runtime/cases/parselogs.py +++ b/meta/lib/oeqa/runtime/cases/parselogs.py @@ -131,6 +131,7 @@ ignore_errors = { '(EE) Server terminated with error (1). Closing log file.', 'dmi: Firmware registration failed.', 'irq: type mismatch, failed to map hwirq-27 for /intc', + 'logind: failed to get session seat', ] + common_errors, 'intel-core2-32' : [ 'ACPI: No _BQC method, cannot determine initial brightness',