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

2022-04-20 Thread Thomas Huth
On 10/08/2021 19.30, Ahmed Abouzied wrote: ping Just pinging about this little patch. Patchew link here: https://patchew.org/QEMU/2021080257.50946-1-em...@aabouzied.com/ Sorry, seems like this completely fell through the cracks ... since nobody else picked this up yet, I've now put it i

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

2021-08-16 Thread Wainer dos Santos Moschetta
Hi Ahmed, Sorry for taking longer to reply you as I just returned from vacation. On 8/2/21 7:22 PM, 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-p

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

2021-08-10 Thread Ahmed Abouzied
ping Just pinging about this little patch. Patchew link here: https://patchew.org/QEMU/2021080257.50946-1-em...@aabouzied.com/. Best regards, Ahmed Abouzied On Tue, Aug 3, 2021 at 12:24 AM Ahmed Abouzied wrote: > Removes the hard-coded values in setUp(). Class inheriting from > avocado_qem

[PATCH] tests/acceptance: Allow overwrite smp and memory

2021-08-02 Thread Ahmed Abouzied
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/acceptance/avocado_qemu/__init__.py | 6 -- 1 file chan