]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional/test_vnc: Skip test if VNC support is not available
authorThomas Huth <thuth@redhat.com>
Tue, 25 Mar 2025 06:47:15 +0000 (07:47 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 27 Mar 2025 07:59:35 +0000 (08:59 +0100)
commit5a8d024f8d3f55846cb8385b025d795fee4afd35
treed2349cc705cd31ebf46f3ea0175d2bfdc1d8fe0c
parentc3612d0b6a400f6d1179fd2f6860b0e31521083e
tests/functional/test_vnc: Skip test if VNC support is not available

These tests currently fail if VNC support has not been compiled into
the QEMU binary. Let's add some checks to skip the tests in that
case instead.

Message-ID: <20250325064715.278876-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/test_vnc.py