Re: [PATCH-for-6.2] tests/acceptance: Allow overwrite smp and memory

2021-08-10 Thread Philippe Mathieu-Daudé
Subject: "Allow overwrite default smp and memsize command line options"? On 8/10/21 9:18 PM, Philippe Mathieu-Daudé wrote: > On 8/3/21 12:22 AM, Ahmed Abouzied wrote: >> Removes the hard-coded values in setUp(). Class inheriting from >> avocado_qemu.LinuxTest can overwrite the default smp and memo

Re: [PATCH-for-6.2] tests/acceptance: Allow overwrite smp and memory

2021-08-10 Thread Philippe Mathieu-Daudé
On 8/3/21 12:22 AM, Ahmed Abouzied wrote: > Removes the hard-coded values in setUp(). Class inheriting from > avocado_qemu.LinuxTest can overwrite the default smp and memory instead. > > Resolves: https://gitlab.com/qemu-project/qemu/-/issues/453 > Signed-off-by: Ahmed Abouzied > --- > tests/acc