Re: [PATCH v4 02/14] tests/avocado: Specify target VM argument to helper routines

2021-12-16 Thread Jag Raman
> On Dec 15, 2021, at 5:04 PM, Beraldo Leal wrote: > > On Wed, Dec 15, 2021 at 10:35:26AM -0500, Jagannathan Raman wrote: >> Specify target VM for exec_command and >> exec_command_and_wait_for_pattern routines >> >> Signed-off-by: Elena Ufimtseva >> Signed-off-by: John G Johnson >> Signed-o

Re: [PATCH v4 02/14] tests/avocado: Specify target VM argument to helper routines

2021-12-15 Thread Beraldo Leal
On Wed, Dec 15, 2021 at 10:35:26AM -0500, Jagannathan Raman wrote: > Specify target VM for exec_command and > exec_command_and_wait_for_pattern routines > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > --- > tests/avocado/avocado_qemu/__in

Re: [PATCH v4 02/14] tests/avocado: Specify target VM argument to helper routines

2021-12-15 Thread Philippe Mathieu-Daudé
On 12/15/21 16:35, Jagannathan Raman wrote: > Specify target VM for exec_command and > exec_command_and_wait_for_pattern routines > > Signed-off-by: Elena Ufimtseva > Signed-off-by: John G Johnson > Signed-off-by: Jagannathan Raman > --- > tests/avocado/avocado_qemu/__init__.py | 10 ++

[PATCH v4 02/14] tests/avocado: Specify target VM argument to helper routines

2021-12-15 Thread Jagannathan Raman
Specify target VM for exec_command and exec_command_and_wait_for_pattern routines Signed-off-by: Elena Ufimtseva Signed-off-by: John G Johnson Signed-off-by: Jagannathan Raman --- tests/avocado/avocado_qemu/__init__.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --gi