Re: [PATCH 1/9] tests/acceptance: allow console interaction with specific VMs

2020-05-26 Thread Willian Rampazzo
On Mon, May 25, 2020 at 8:20 AM Pavel Dovgalyuk wrote: > > Console interaction in avocado scripts was possible only with single > default VM. > This patch modifies the function parameters to allow passing a specific > VM as a parameter to interact with it. > > Signed-off-by: Pavel Dovgalyuk > ---

[PATCH 1/9] tests/acceptance: allow console interaction with specific VMs

2020-05-25 Thread Pavel Dovgalyuk
Console interaction in avocado scripts was possible only with single default VM. This patch modifies the function parameters to allow passing a specific VM as a parameter to interact with it. Signed-off-by: Pavel Dovgalyuk --- tests/acceptance/avocado_qemu/__init__.py | 12 +++- 1 file