]> 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)
committerSteve Sakoman <steve@sakoman.com>
Thu, 30 Apr 2020 21:59:59 +0000 (11:59 -1000)
commit2cc3fac9cd1a0d77931c9e49dbe2941fa8619c51
tree8f824fbc6e70198e1da295e615406ac52d9ea3fb
parent605c81ff90760cdf4a1247df777d5ce8e12d6f6f
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>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/runtime/cases/parselogs.py