Re: [PATCH v3 4/9] tests/acceptance: Refactor exec_command_and_wait_for_pattern()

2019-10-23 Thread Philippe Mathieu-Daudé
On 10/20/19 12:10 PM, David Gibson wrote: On Thu, Oct 17, 2019 at 06:52:34PM +0200, Philippe Mathieu-Daudé wrote: From: Philippe Mathieu-Daudé The same utility method is already present in two different test files, This patch only appears to remove it from one, though. so let's consolidate

Re: [PATCH v3 4/9] tests/acceptance: Refactor exec_command_and_wait_for_pattern()

2019-10-20 Thread David Gibson
On Thu, Oct 17, 2019 at 06:52:34PM +0200, Philippe Mathieu-Daudé wrote: > From: Philippe Mathieu-Daudé > > The same utility method is already present in two different test > files, This patch only appears to remove it from one, though. > so let's consolidate it into a single utility function. >

[PATCH v3 4/9] tests/acceptance: Refactor exec_command_and_wait_for_pattern()

2019-10-17 Thread Philippe Mathieu-Daudé
From: Philippe Mathieu-Daudé 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: Philippe Mathieu-Daudé --- tests/acceptance/avocado_qemu/__init__.py | 19 +++ tests/acceptance/boot_linux