]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: move aarch64 GPU test into own file
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Mar 2025 22:24:08 +0000 (22:24 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Mar 2025 10:30:00 +0000 (10:30 +0000)
commit9a72282560fd478e69326617cbe891461375c93a
tree3e2737fb0ff421f3e4b67b4ad34c9d96526acd69
parent5136598e2667f35ef3dc1d757616a266bd5eb3a2
tests/functional: move aarch64 GPU test into own file

I want to expand the number of tests to cover a wide range of
configurations. That starts with splitting off from the normal virt
test from which it doesn't really share much code. We can also reduce
the timeout of the original virt test now it is now longer burdened
with testing the GPU.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-2-alex.bennee@linaro.org>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_aarch64_virt.py
tests/functional/test_aarch64_virt_gpu.py [new file with mode: 0755]