[PATCH] tests/functional/test_vnc: Skip test if VNC support is not available

2025-04-05 Thread Thomas Huth
From: Thomas Huth 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. Signed-off-by: Thomas Huth --- tests/functional/test_vnc.py | 26 ++ 1 file changed, 22 insertions(+), 4

Re: [PATCH] tests/functional/test_vnc: Skip test if VNC support is not available

2025-03-26 Thread Daniel P . Berrangé
On Tue, Mar 25, 2025 at 07:47:15AM +0100, Thomas Huth wrote: > From: Thomas Huth > > 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. > > Signed-off-by: Thomas Huth > --- > tests/functional/t