]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Use the 'none' machine for the VNC test
authorThomas Huth <thuth@redhat.com>
Tue, 3 Jun 2025 10:34:49 +0000 (12:34 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Jun 2025 10:17:17 +0000 (12:17 +0200)
commitb894cc23f8fe6681b8bfc9679a6df1c976e9757a
tree6682e86efa1163bd22947065036aa04ecf192b29
parent6ad3a47f15624176434490e895ac244375322607
tests/functional: Use the 'none' machine for the VNC test

The VNC test currently fails if the default machine ("pc" for x86)
has not been compiled into the binary. Since we also can test VNC
when QEMU just shows the default monitor, let's avoid this problem
by simply using the "none" machine (which is always available)
here instead.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250603103449.32499-1-thuth@redhat.com>
tests/functional/test_vnc.py