tests/avocado: improve flaky ppc/pnv boot_linux_console.py test
commit458a6aa3b3346c33a9be9441f2f17f2937e88b72
authorNicholas Piggin <npiggin@gmail.com>
Wed, 24 Jan 2024 05:49:10 +0000 (24 15:49 +1000)
committerNicholas Piggin <npiggin@gmail.com>
Fri, 23 Feb 2024 13:16:34 +0000 (23 23:16 +1000)
tree58e42fbf94aee39c1bd51439197bc97563cb1229
parente5f15001448a3cc2cf1b2181ea02cd7b4e03fc56
tests/avocado: improve flaky ppc/pnv boot_linux_console.py test

The expected MTD partition detection output does not always appear on
the console, despite the test reaching the boot loader and the string
appearing in dmesg. Possibly due to an init script that quietens the
console output. Using an earlier log message improves reliability.

Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
tests/avocado/boot_linux_console.py