Re: [PATCH v3 6/7] tests/acceptance: Add set_vm_arg() to the Test class

2021-06-22 Thread Willian Rampazzo
On Fri, Apr 30, 2021 at 10:35 AM Wainer dos Santos Moschetta wrote: > > The set_vm_arg method is added to avocado_qemu.Test class on this > change. Use that method to set (or replace) an argument to the list of > arguments given to the QEMU binary. > > Suggested-by: Cleber Rosa > Signed-off-by:

[PATCH v3 6/7] tests/acceptance: Add set_vm_arg() to the Test class

2021-04-30 Thread Wainer dos Santos Moschetta
The set_vm_arg method is added to avocado_qemu.Test class on this change. Use that method to set (or replace) an argument to the list of arguments given to the QEMU binary. Suggested-by: Cleber Rosa Signed-off-by: Wainer dos Santos Moschetta --- tests/acceptance/avocado_qemu/__init__.py | 21