Skip to content

Commit b3c0366

Browse files
stsquadhuth
authored andcommitted
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: 9f7e493 (tests/functional: skip vulkan tests with nVidia) Signed-off-by: Alex Bennée <[email protected]> Message-ID: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 28adad0 commit b3c0366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/functional/test_aarch64_virt_gpu.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def test_aarch64_virt_with_virgl_blobs_gpu(self):
115115
self._run_virt_weston_test("glmark2-wayland -b:duration=1.0")
116116

117117
@skipIfMissingCommands('zstd')
118+
@skipIfMissingCommands('vulkaninfo')
118119
def test_aarch64_virt_with_vulkan_gpu(self):
119120

120121
self.require_device('virtio-gpu-gl-pci')

0 commit comments

Comments
 (0)