Re: [PATCH 1/7] tests/acceptance: Introduce the ConsoleMixIn class

2021-05-24 Thread Willian Rampazzo
Hi Wainer, On Mon, May 3, 2021 at 7:43 PM Wainer dos Santos Moschetta wrote: > > This created the ConsoleMixIn class to wrap the methods related with console > interaction with the guest that currently are loose in the avocado_qemu > package. It should be used as a mixin on the test classes. > >

[PATCH 1/7] tests/acceptance: Introduce the ConsoleMixIn class

2021-05-03 Thread Wainer dos Santos Moschetta
This created the ConsoleMixIn class to wrap the methods related with console interaction with the guest that currently are loose in the avocado_qemu package. It should be used as a mixin on the test classes. At this point only the interrupt_interactive_console_until_pattern() was moved to ConsoleM