Re: [Qemu-devel] [PATCH] Acceptance tests: refactor wait_for_console_pattern

2019-10-24 Thread Wainer dos Santos Moschetta
Hi Cleber, On 9/16/19 1:40 PM, Cleber Rosa wrote: The same utility method is already present in two different test files, so let's consolidate it into a single utility function. Signed-off-by: Cleber Rosa --- tests/acceptance/avocado_qemu/__init__.py | 26 + tests/acceptance/boo

[Qemu-devel] [PATCH] Acceptance tests: refactor wait_for_console_pattern

2019-09-16 Thread Cleber Rosa
The same utility method is already present in two different test files, so let's consolidate it into a single utility function. Signed-off-by: Cleber Rosa --- tests/acceptance/avocado_qemu/__init__.py | 26 + tests/acceptance/boot_linux_console.py| 47 +++ tes