Re: [PATCH 6/7] tests/acceptance: Move wait_for_console_pattern to ConsoleMixIn

2021-05-24 Thread Willian Rampazzo
On Mon, May 3, 2021 at 7:44 PM Wainer dos Santos Moschetta wrote: > > This moved wait_for_console_pattern() to ConsoleMixIn. > > By far this change required the most adaptations on tests. > > Notice that: > > 1) Some tests from boot_linux_console.py were using the > wait_for_console_pattern() >

[PATCH 6/7] tests/acceptance: Move wait_for_console_pattern to ConsoleMixIn

2021-05-03 Thread Wainer dos Santos Moschetta
This moved wait_for_console_pattern() to ConsoleMixIn. By far this change required the most adaptations on tests. Notice that: 1) Some tests from boot_linux_console.py were using the wait_for_console_pattern() from the avocado_qemu package rather than the overloaded method on the Linux