Re: [PATCH 3/3] tests/acceptance: Tagging tests with "cpu:VALUE"

2021-03-09 Thread Cleber Rosa
On Wed, Feb 24, 2021 at 06:26:54PM -0300, Wainer dos Santos Moschetta wrote: > The existing tests which are passing "-cpu VALUE" argument to the vm object > are now properly "cpu:VALUE" tagged, so letting the avocado_qemu framework to > handle that automatically. > > Signed-off-by: Wainer dos Sant

[PATCH 3/3] tests/acceptance: Tagging tests with "cpu:VALUE"

2021-02-24 Thread Wainer dos Santos Moschetta
The existing tests which are passing "-cpu VALUE" argument to the vm object are now properly "cpu:VALUE" tagged, so letting the avocado_qemu framework to handle that automatically. Signed-off-by: Wainer dos Santos Moschetta --- tests/acceptance/boot_linux_console.py | 16 +--- te