public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* Re: [OE-core] [kirkstone][master][PATCH] parselogs.py: ignore systemd-logind warning message
       [not found] <170CB65E0E9FF256.16931@lists.openembedded.org>
@ 2022-09-01  2:39 ` Changqing Li
  0 siblings, 0 replies; only message in thread
From: Changqing Li @ 2022-09-01  2:39 UTC (permalink / raw)
  To: openembedded-core

ping

On 8/19/22 17:54, Changqing Li wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> During upower.servie startup, it will send message "GetAll
> org.freedesktop.DBus.Properties" to systemd-logind.service. Property
> RebootToBootLoaderMenu and RebootToBootLoaderEntry will return warning
> message when env SYSTEMD_REBOOT_TO_BOOT_LOADER_MENU,
> SYSTEMD_REBOOT_TO_BOOT_LOADER_ENTRY are not set, and also efi boot is
> not used. The message just warning and not harmful.
>
> Since do_testimage run qemu, and use basic bios to boot, test_parselogs
> failed with error:
> -----------------------
> Central error: Aug  8 02:53:59 qemuarm systemd-logind[383]: Failed to read LoaderConfigTimeoutOneShot variable, ignoring: Operation not supported
> ***********************
>
> So just ignore this error message so that parselogs.py test case does not
> fail.
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>   meta/lib/oeqa/runtime/cases/parselogs.py | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
> index 15dda7947f..1b678f2ff7 100644
> --- a/meta/lib/oeqa/runtime/cases/parselogs.py
> +++ b/meta/lib/oeqa/runtime/cases/parselogs.py
> @@ -66,6 +66,8 @@ common_errors = [
>       "[pulseaudio] authkey.c: Failed to load authentication key",
>       "was skipped because of a failed condition check",
>       "was skipped because all trigger condition checks failed",
> +    "Failed to read LoaderConfigTimeoutOneShot variable, ignoring: Operation not supported",
> +    "Failed to read LoaderEntryOneShot variable, ignoring: Operation not supported",
>       ]
>   
>   video_related = [
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#169620): https://lists.openembedded.org/g/openembedded-core/message/169620
> Mute This Topic: https://lists.openembedded.org/mt/93121196/3616873
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [changqing.li@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-01  2:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <170CB65E0E9FF256.16931@lists.openembedded.org>
2022-09-01  2:39 ` [OE-core] [kirkstone][master][PATCH] parselogs.py: ignore systemd-logind warning message Changqing Li

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