]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Convert the ppc_amiga avocado test into a standalone test
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:20 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:14:33 +0000 (11:14 +0200)
commitcef1becb9f5c17d1eb4babc38f75234ead30d40a
tree0962e68e276090b92b2f0423628dfb2fa4e7a1c4
parent407a688315d0d23af20e3b8beb020a97828140eb
tests/functional: Convert the ppc_amiga avocado test into a standalone test

Use the Python standard zipfile module instead of avocado.utils for
extracting the ZIP file that we download here, and use the standard
subprocess module for running the "tail" command.

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