Re: [PATCH 1/4] Acceptance tests: Extract _console_interaction()

2020-01-18 Thread Niek Linnenbank
On Sat, Jan 18, 2020 at 8:16 PM Philippe Mathieu-Daudé wrote: > Since we are going to re-use the code shared between > wait_for_console_pattern() and exec_command_and_wait_for_pattern(), > extract the common part into a local function. > > Signed-off-by: Philippe Mathieu-Daudé > Tested-by: Niek

[PATCH 1/4] Acceptance tests: Extract _console_interaction()

2020-01-18 Thread Philippe Mathieu-Daudé
Since we are going to re-use the code shared between wait_for_console_pattern() and exec_command_and_wait_for_pattern(), extract the common part into a local function. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/avocado_qemu/__init__.py | 31 +-- 1 file changed