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()
>
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