Re: [PATCH 2/7] tests/acceptance: Move exec_command to ConsoleMixIn

2021-05-24 Thread Willian Rampazzo
On Mon, May 3, 2021 at 7:43 PM Wainer dos Santos Moschetta wrote: > > This moved exec_command() to ConsoleMixIn class. > > Only the multiprocess.py file were touched by that change, so its tests > were adapted. > > Signed-off-by: Wainer dos Santos Moschetta > --- > tests/acceptance/avocado_qemu/

[PATCH 2/7] tests/acceptance: Move exec_command to ConsoleMixIn

2021-05-03 Thread Wainer dos Santos Moschetta
This moved exec_command() to ConsoleMixIn class. Only the multiprocess.py file were touched by that change, so its tests were adapted. Signed-off-by: Wainer dos Santos Moschetta --- tests/acceptance/avocado_qemu/__init__.py | 22 ++ tests/acceptance/multiprocess.py