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 | 1 + tests/functional/ppc/test_ppe42.py | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/functional/m68k/test_nextcube.py b/tests/functional/m68k/test_nextcube.py index f3d92034b127..e7fca50292b6 100755 --- a/tests/functional/m68k/test_nextcube.py +++ b/tests/functional/m68k/test_nextcube.py @@ -28,6 +28,7 @@ def check_bootrom_framebuffer(self, screenshot_path): self.vm.add_args('-bios', rom_path) self.vm.launch() + self.skipTestIfNoHMP() # FIXME: QMP x-query-registers self.log.info('VM launched, waiting for display') # Wait for the FPU test to finish, then the display is available, too: diff --git a/tests/functional/ppc/test_ppe42.py b/tests/functional/ppc/test_ppe42.py index 53958a7938d1..a9c154f67328 100755 --- a/tests/functional/ppc/test_ppe42.py +++ b/tests/functional/ppc/test_ppe42.py @@ -72,6 +72,7 @@ def test_ppe42_instructions(self): self.vm.add_args('-device', 'loader,addr=0xfff80040,cpu-num=0') self.vm.add_args('-action', 'panic=pause') self.vm.launch() + self.skipTestIfNoHMP() # FIXME: QMP x-query-registers self._wait_pass_fail(self.timeout) if __name__ == '__main__': -- 2.55.0.543.g5ebe2ebe4ea8
