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

2020-05-11 Thread Alex Bennée
Robert Foley writes: > This allows for waiting for completion of arbitrary commands. > > Signed-off-by: Robert Foley Reviewed-by: Alex Bennée -- Alex Bennée

[PATCH v4 06/10] tests/vm: allow wait_ssh() to specify command

2020-03-12 Thread Robert Foley
This allows for waiting for completion of arbitrary commands. Signed-off-by: Robert Foley --- 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 3562a33ffa..305b839000 100644 --- a/tests/vm/basevm.py