Re: [PATCH 0/7] tests/acceptance: Introducing the ConsoleMixIn

2021-05-24 Thread Willian Rampazzo
Hi Wainer, On Mon, May 3, 2021 at 7:43 PM Wainer dos Santos Moschetta wrote: > > The avocado_qemu package provides the following methods to interact with the > guest via console, which are mainly used on the acceptance boot tests: > > exec_command(), exec_command_and_wait_for_pattern(), > wait_

[PATCH 0/7] tests/acceptance: Introducing the ConsoleMixIn

2021-05-03 Thread Wainer dos Santos Moschetta
The avocado_qemu package provides the following methods to interact with the guest via console, which are mainly used on the acceptance boot tests: exec_command(), exec_command_and_wait_for_pattern(), wait_for_console_pattern(), interrupt_interactive_console_until_pattern() Those methods are l