On Fri, Apr 30, 2021 at 10:35 AM Wainer dos Santos Moschetta <waine...@redhat.com> wrote: > > Some test cases on x86_cpu_model_versions.py are corner cases because they > need to pass extra options to the -cpu argument. Once the avocado_qemu > framework will set -cpu automatically, the value should be reset. This changed > those tests so to call set_vm_arg() to overwrite the -cpu value. > > Signed-off-by: Wainer dos Santos Moschetta <waine...@redhat.com> > --- > tests/acceptance/x86_cpu_model_versions.py | 40 +++++++++++++++++----- > 1 file changed, 32 insertions(+), 8 deletions(-) >
Reviewed-by: Willian Rampazzo <willi...@redhat.com>