Re: [PATCH 2/4] Acceptance tests: Add interrupt_interactive_console_until_pattern()

2020-01-18 Thread Niek Linnenbank
On Sat, Jan 18, 2020 at 8:16 PM Philippe Mathieu-Daudé wrote: > We need a function to interrupt interactive consoles. > > Example: Interrupt U-Boot to set different environment values. > > Signed-off-by: Philippe Mathieu-Daudé > Tested-by: Niek Linnenbank > --- > tests/acceptance/avocado_qemu

[PATCH 2/4] Acceptance tests: Add interrupt_interactive_console_until_pattern()

2020-01-18 Thread Philippe Mathieu-Daudé
We need a function to interrupt interactive consoles. Example: Interrupt U-Boot to set different environment values. Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/avocado_qemu/__init__.py | 32 +-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/t