Re: [PATCH v2 4/8] tests/avocado: ppc add powernv10 boot_linux_console test

2024-01-23 Thread Nicholas Piggin
This test seems to be flaky, it hangs without ever getting the MTD partition message. But I think it might be the init process quieting the kernel console messages that just happens to run first. P10 seems to just hit this up more, maybe small timing differences. So I'll send a patch to adjust the

[PATCH v2 4/8] tests/avocado: ppc add powernv10 boot_linux_console test

2024-01-17 Thread Nicholas Piggin
Add test for POWER10. Reviewed-by: Cédric Le Goater Signed-off-by: Nicholas Piggin --- tests/avocado/boot_linux_console.py | 8 1 file changed, 8 insertions(+) diff --git a/tests/avocado/boot_linux_console.py b/tests/avocado/boot_linux_console.py index 3f0180e1f8..4f05bb7441 100644 -