Re: [PATCH v2 01/11] tests/acceptance: allow console interaction with specific VMs

2020-05-27 Thread Willian Rampazzo
On Wed, May 27, 2020 at 11:20 AM Alex Bennée wrote: > > > Pavel Dovgalyuk writes: > > > 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. > > >

Re: [PATCH v2 01/11] tests/acceptance: allow console interaction with specific VMs

2020-05-27 Thread Alex Bennée
Pavel Dovgalyuk writes: > 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 > Reviewed-by: Willian Rampazzo >

[PATCH v2 01/11] tests/acceptance: allow console interaction with specific VMs

2020-05-27 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 Reviewed-by: Willian Rampazzo --- 0 files changed diff --git a/tests/ac