mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
tests/functional: skip vulkan test if missing vulkaninfo
I could have sworn I had this is a previous iteration of the patches
but I guess it got lost in a re-base. As we are going to call
vulkaninfo to probe for "bad" drivers we need to skip if the binary
isn't available.
Fixes: 9f7e493d11
(tests/functional: skip vulkan tests with nVidia)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-ID: <20250312190314.1632357-1-alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
28adad0a4d
commit
b3c03666fb
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ class Aarch64VirtGPUMachine(LinuxKernelTest):
|
|||
self._run_virt_weston_test("glmark2-wayland -b:duration=1.0")
|
||||
|
||||
@skipIfMissingCommands('zstd')
|
||||
@skipIfMissingCommands('vulkaninfo')
|
||||
def test_aarch64_virt_with_vulkan_gpu(self):
|
||||
|
||||
self.require_device('virtio-gpu-gl-pci')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue