mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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>
This commit is contained in:
parent
be849ef715
commit
624fb343df
5 changed files with 91 additions and 62 deletions
|
@ -39,6 +39,14 @@ tests_loongarch64_system_thorough = [
|
|||
'loongarch64_virt',
|
||||
]
|
||||
|
||||
tests_microblaze_system_thorough = [
|
||||
'microblaze_s3adsp1800'
|
||||
]
|
||||
|
||||
tests_microblazeel_system_thorough = [
|
||||
'microblazeel_s3adsp1800'
|
||||
]
|
||||
|
||||
tests_mips64el_system_thorough = [
|
||||
'mips64el_loongson3v',
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue