[kvm-unit-tests PATCH 2/2] scripts: Add 'test_args' test definition parameter
Thomas Huth
thuth at redhat.com
Thu Jul 3 00:09:59 AEST 2025
On 25/06/2025 17.43, Alexandru Elisei wrote:
> kvm-unit-tests, on arm and arm64, is getting ready to support running all
> the test automatically under kvmtool. Even though kvmtool has a different
> syntax for configuring and running a virtual machine, kvmtool and qemu have
> in common the test arguments that are passed to the main() function.
>
> Add a new test definition parameter, 'test_args', that contains only the
> VMM-independent arguments that are passed to the main() function, with the
> intention for the parameter to be used by both qemu and kvmtool, when
> support for kvmtool is added.
>
> Suggested-by: Andrew Jones <andrew.jones at linux.dev>
> Reviewed-by: Andrew Jones <andrew.jones at linux.dev>
> Reviewed-by: Shaoqin Huang <shahuang at redhat.com>
> Signed-off-by: Alexandru Elisei <alexandru.elisei at arm.com>
> ---
> arm/unittests.cfg | 94 ++++++++++++++++++++++++++-----------------
> docs/unittests.txt | 17 ++++++--
> powerpc/unittests.cfg | 19 +++++----
> riscv/unittests.cfg | 2 +-
> s390x/unittests.cfg | 13 +++---
> scripts/common.bash | 8 +++-
> scripts/runtime.bash | 18 ++++++---
> x86/unittests.cfg | 92 ++++++++++++++++++++++++++----------------
> 8 files changed, 164 insertions(+), 99 deletions(-)
FWIW,
Acked-by: Thomas Huth <thuth at redhat.com>
More information about the Linuxppc-dev
mailing list