Re: [PATCH v2] tests/functional: Remove sleep workarounds from sh4 test

2024-11-22 Thread Thomas Huth
On 22/11/2024 15.18, Cédric Le Goater wrote: These were introduced in the avocado tests to workaround read issues when interacting with console. They are no longer necessary and we can use the expected login string instead. Test always passes now. Remove skipUnless test on QEMU_TEST_FLAKY_TESTS.

[PATCH v2] tests/functional: Remove sleep workarounds from sh4 test

2024-11-22 Thread Cédric Le Goater
These were introduced in the avocado tests to workaround read issues when interacting with console. They are no longer necessary and we can use the expected login string instead. Test always passes now. Remove skipUnless test on QEMU_TEST_FLAKY_TESTS. Signed-off-by: Cédric Le Goater --- tests/f