]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional/test_ppc64_pseries: Skip test_ppc64_linux_smt_boot if necessary
authorThomas Huth <thuth@redhat.com>
Thu, 24 Apr 2025 08:54:26 +0000 (10:54 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 30 Apr 2025 18:44:20 +0000 (20:44 +0200)
commitbcfee4938f8d4e8bf5f49981d3c8a78cf267cb4e
treeab3985e0449c02db757a302c332c4442228d26af
parentd64db833d6e3cbe9ea5f36342480f920f3675cea
tests/functional/test_ppc64_pseries: Skip test_ppc64_linux_smt_boot if necessary

The test_ppc64_linux_smt_boot function lacks the set_machine('pseries'),
so this test is currently failing in case the 'pseries' machine has not
been compiled into the binary. Add the check now to fix it.

Message-ID: <20250424085426.663377-1-thuth@redhat.com>
Reviewed-by: Harsh Prateek Bora <harshpb@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/test_ppc64_pseries.py