]> code.ossystems Code Review - openembedded-core.git/commit
parselogs.py: ignore pulseaudio startup warning messages
authorChangqing Li <changqing.li@windriver.com>
Wed, 8 Apr 2020 07:04:48 +0000 (15:04 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 Apr 2020 13:07:54 +0000 (14:07 +0100)
commitf23c375f3d9e9fc15332347123ddb4a7fb7d3745
tree04acf5d6ee7a6cf596a49c52d1953e57a1c593d8
parentf35a6586d62a98589ef6454f36b8fbeb30029c1b
parselogs.py: ignore pulseaudio startup warning messages

If set default syslog to rsyslog, we can see below messages
in user.log,

[pulseaudio] authkey.c: Failed to open cookie file
[pulseaudio] authkey.c: Failed to load authentication key

They are only warnings when cookie file is not found. And
PulseAudio will create it if it doesn't exist.

refer:
https://wiki.archlinux.org/index.php/PulseAudio/Configuration
https://lists.freedesktop.org/archives/pulseaudio-discuss/2014-December/022719.html

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/cases/parselogs.py