Re: [PATCH v6 2/4] tests/vm: add console_consume helper

2019-10-31 Thread Philippe Mathieu-Daudé
On 10/31/19 9:53 AM, Gerd Hoffmann wrote: Helper function to read all console output. Signed-off-by: Gerd Hoffmann --- tests/vm/basevm.py | 19 +++ 1 file changed, 19 insertions(+) diff --git a/tests/vm/basevm.py b/tests/vm/basevm.py index 2929de23aa..086bfb2c66 100755 --- a

[PATCH v6 2/4] tests/vm: add console_consume helper

2019-10-31 Thread Gerd Hoffmann
Helper function to read all console output. Signed-off-by: Gerd Hoffmann --- tests/vm/basevm.py | 19 +++ 1 file changed, 19 insertions(+) diff --git a/tests/vm/basevm.py b/tests/vm/basevm.py index 2929de23aa..086bfb2c66 100755 --- a/tests/vm/basevm.py +++ b/tests/vm/basevm.py @