public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Changqing Li <changqing.li@windriver.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core] [kirkstone][master][PATCH] parselogs.py: ignore systemd-logind warning message
Date: Thu, 1 Sep 2022 10:39:58 +0800	[thread overview]
Message-ID: <3870fec9-9854-bfb8-7aaf-d1340ce9b390@windriver.com> (raw)
In-Reply-To: <170CB65E0E9FF256.16931@lists.openembedded.org>

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>


           reply	other threads:[~2022-09-01  2:40 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <170CB65E0E9FF256.16931@lists.openembedded.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3870fec9-9854-bfb8-7aaf-d1340ce9b390@windriver.com \
    --to=changqing.li@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox