Re: [PATCH v8 06/12] tests/vm: allow wait_ssh() to specify command

2020-05-31 Thread Philippe Mathieu-Daudé
On 5/29/20 10:34 PM, Robert Foley wrote: > This allows for waiting for completion of arbitrary commands. > > Signed-off-by: Robert Foley > Reviewed-by: Peter Puhov > Reviewed-by: Alex Bennée > --- > tests/vm/basevm.py | 14 +++--- > 1 file changed, 7 insertions(+), 7 deletions(-) > >

[PATCH v8 06/12] tests/vm: allow wait_ssh() to specify command

2020-05-29 Thread Robert Foley
This allows for waiting for completion of arbitrary commands. Signed-off-by: Robert Foley Reviewed-by: Peter Puhov Reviewed-by: Alex Bennée --- tests/vm/basevm.py | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/vm/basevm.py b/tests/vm/basevm.py index