Re: [PATCH 3/8] tests/vm: change wait_ssh to optionally wait for root.

2020-01-27 Thread Robert Foley
On Mon, 27 Jan 2020 at 06:06, Alex Bennée wrote: > > Allow wait_ssh to wait for root user to be ready. > > This solves the issue where we perform a wait_ssh() > > successfully, but the root user is not yet ready > > to be logged in. > > So in the case it's the root user we care about... We care

Re: [PATCH 3/8] tests/vm: change wait_ssh to optionally wait for root.

2020-01-27 Thread Alex Bennée
Robert Foley writes: > Allow wait_ssh to wait for root user to be ready. > This solves the issue where we perform a wait_ssh() > successfully, but the root user is not yet ready > to be logged in. So in the case it's the root user we care about... > Signed-off-by: Robert Foley >

[PATCH 3/8] tests/vm: change wait_ssh to optionally wait for root.

2020-01-24 Thread Robert Foley
Allow wait_ssh to wait for root user to be ready. This solves the issue where we perform a wait_ssh() successfully, but the root user is not yet ready to be logged in. Signed-off-by: Robert Foley Reviewed-by: Peter Puhov --- tests/vm/basevm.py | 9 +++-- 1 file changed, 7 insertions(+), 2