tests/functional: Convert the microblaze avocado tests into standalone tests
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:16 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:14:33 +0000 (11:14 +0200)
commit624fb343df1105752af11c3cc1dce4fd9673e478
tree2aeec22133961716780efacec69c3878bb8d1917
parentbe849ef715f72f5271a6c5b5d4dcd29b3befc686
tests/functional: Convert the microblaze avocado tests into standalone tests

The machine_microblaze.py file contained two tests, one for each
endianness. Since we only support one QEMU target binary per file
in the new functional test environment, we have to split this file
up into two files now.

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