Those tests use "info registers" command and cannot be converted easily, for now skip them
Reviewed-by: Daniel P. Berrangé <[email protected]> Signed-off-by: Marc-André Lureau <[email protected]> --- tests/functional/m68k/test_nextcube.py | 2 +- tests/functional/ppc/test_ppe42.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/functional/m68k/test_nextcube.py b/tests/functional/m68k/test_nextcube.py index 82e157882e0a..cd7383f282a1 100755 --- a/tests/functional/m68k/test_nextcube.py +++ b/tests/functional/m68k/test_nextcube.py @@ -14,7 +14,7 @@ from qemu_test.tesseract import tesseract_ocr -@skipUnlessConfig("PIXMAN") +@skipUnlessConfig("PIXMAN", "HMP") class NextCubeMachine(QemuSystemTest): timeout = 15 diff --git a/tests/functional/ppc/test_ppe42.py b/tests/functional/ppc/test_ppe42.py index 53958a7938d1..a3b8d7fa89f1 100755 --- a/tests/functional/ppc/test_ppe42.py +++ b/tests/functional/ppc/test_ppe42.py @@ -7,9 +7,10 @@ # SPDX-License-Identifier: GPL-2.0-or-later import asyncio -from qemu_test import QemuSystemTest, Asset +from qemu_test import QemuSystemTest, Asset, skipUnlessConfig +@skipUnlessConfig("HMP") class Ppe42Machine(QemuSystemTest): timeout = 90 -- 2.55.0.543.g5ebe2ebe4ea8
