]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/utils/qemurunner: replace hard-coded user 'root' in debug output
authorEnrico Jörns <ejo@pengutronix.de>
Fri, 31 Mar 2023 10:26:19 +0000 (12:26 +0200)
committerSteve Sakoman <steve@sakoman.com>
Wed, 5 Apr 2023 16:24:00 +0000 (06:24 -1000)
commit386f55d2ba5783038c810dfde98b421191fa00de
treed640acaf70f42f53dcd915a9fece0124d8643b8f
parent9faa5ad7ea61a2edd121b526c688f964e0b656ac
oeqa/utils/qemurunner: replace hard-coded user 'root' in debug output

Since login user is configurable with boot_patterns['send_login_user'],
unconditionally using 'root' in the debug message can be confusing.

Also fix the debug message to say 'Logged in' instead of 'Logged'.

Signed-off-by: Enrico Jorns <ejo@pengutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 900e3d42b918b5a33d8d952b3a8078fbe72ba98f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/utils/qemurunner.py