]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/avocado: Allow overwrite smp and memory size command line options
authorAhmed Abouzied <email@aabouzied.com>
Mon, 2 Aug 2021 22:22:57 +0000 (00:22 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Apr 2022 07:44:29 +0000 (09:44 +0200)
commit41663beda53c517fd442648e4b62c9dada8bff9b
tree2c420ef276efe53853945f482bbd88da9192fffd
parent0ca703662e3fd2f36a9bc36ffb256562ffb7b930
tests/avocado: Allow overwrite smp and memory size command line options

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 <email@aabouzied.com>
Message-Id: <20210802222257.50946-1-email@aabouzied.com>
Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/avocado_qemu/__init__.py