tests/functional: Convert the m68k nextcube test with tesseract
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:22 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:14:33 +0000 (11:14 +0200)
commit576fffbc8eefd806c47850f8e1c60fdcb37733e3
treea2302ba894f02795a2217b655fda044d0e6543f7
parent88c907199aba4ff78985a5727fa56ec667a94cda
tests/functional: Convert the m68k nextcube test with tesseract

The code that handles running of tesseract needs to be tweaked a little
bit to be able to run without the functions from avocado.utils, and
while we're at it, drop some legacy stuff that was still there due to
Tesseract 3 support that we already dropped a while ago.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-29-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/avocado/machine_m68k_nextcube.py [deleted file]
tests/avocado/tesseract_utils.py [deleted file]
tests/functional/meson.build
tests/functional/qemu_test/tesseract.py [new file with mode: 0644]
tests/functional/test_m68k_nextcube.py [new file with mode: 0755]