]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional/test_pc_cpu_hotplug_props: Set 'pc' machine type explicitly
authorThomas Huth <thuth@redhat.com>
Fri, 6 Jun 2025 09:20:33 +0000 (11:20 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 25 Jun 2025 14:56:25 +0000 (16:56 +0200)
commit3dc9951906af4d47dddd56afd4c27ac8b3ed3c24
treeb1acf49b9d9182a3a553ebfb4d6a8b2d892aa0be
parentf9a3def17b2a57679902c33064cf7853263db0ef
tests/functional/test_pc_cpu_hotplug_props: Set 'pc' machine type explicitly

In case the default machine has not been compiled into the QEMU
binary, the cpu_hotplug_props test is currently failing. Add a
set_machine('pc') here to make sure that the tests are correctly
skipped in case the machine is not available.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250606092033.506736-1-thuth@redhat.com>
tests/functional/test_pc_cpu_hotplug_props.py