Re: [PATCH 4/6] avocado_qemu: tweak ssh connect method

2021-09-27 Thread Willian Rampazzo
On Mon, Sep 27, 2021 at 11:12 AM Philippe Mathieu-Daudé wrote: > > On 9/20/21 22:49, Willian Rampazzo wrote: > > The current implementation will crash if the connection fails as the > > `time` module is not imported. This fixes the import problem and tweaks > > the connection to wait

Re: [PATCH 4/6] avocado_qemu: tweak ssh connect method

2021-09-27 Thread Philippe Mathieu-Daudé
On 9/20/21 22:49, Willian Rampazzo wrote: > The current implementation will crash if the connection fails as the > `time` module is not imported. This fixes the import problem and tweaks > the connection to wait progressively when the connection fails. > > Signed-off-by: Willian Rampazzo > --- >

[PATCH 4/6] avocado_qemu: tweak ssh connect method

2021-09-20 Thread Willian Rampazzo
The current implementation will crash if the connection fails as the `time` module is not imported. This fixes the import problem and tweaks the connection to wait progressively when the connection fails. Signed-off-by: Willian Rampazzo --- tests/acceptance/avocado_qemu/__init__.py | 4 ++-- 1