summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases
diff options
context:
space:
mode:
authorPavel Zhukov <pavel@zhukoff.net>2022-08-23 16:58:22 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-25 11:08:06 +0100
commitf237f6e36c6deb540d267b46ab8bc2097aefa751 (patch)
tree12102feee902234bc9eb6886c30eb0adbbb27e82 /meta/lib/oeqa/runtime/cases
parent544c3255b1b1d2be7d7c77f0d64cc4a11a947887 (diff)
downloadpoky-f237f6e36c6deb540d267b46ab8bc2097aefa751.tar.gz
parselogs: Ignore xf86OpenConsole error
[Yocto #13854] If VT argument was not specified Xorg server tries to bind to VT1, then VT2 and so on. In some cases (runqemu with nographics or serial options for example) VT1 can be taken by systemd getty service which generates error message. Do not fail on this message if Xorg is running. (covered by test_xorg_running test) (From OE-Core rev: d047f493e0c7f341dd307a4d8dd0db08a22824f1) Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/runtime/cases')
-rw-r--r--meta/lib/oeqa/runtime/cases/parselogs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/runtime/cases/parselogs.py b/meta/lib/oeqa/runtime/cases/parselogs.py
index d82585c90e..e16c230dfa 100644
--- a/meta/lib/oeqa/runtime/cases/parselogs.py
+++ b/meta/lib/oeqa/runtime/cases/parselogs.py
@@ -66,6 +66,7 @@ common_errors = [
66 "[pulseaudio] authkey.c: Failed to load authentication key", 66 "[pulseaudio] authkey.c: Failed to load authentication key",
67 "was skipped because of a failed condition check", 67 "was skipped because of a failed condition check",
68 "was skipped because all trigger condition checks failed", 68 "was skipped because all trigger condition checks failed",
69 "xf86OpenConsole: Switching VT failed",
69 ] 70 ]
70 71
71video_related = [ 72video_related = [