tests/functional: Move hppa tests into architecture specific folder

The tests/functional folder has become quite crowded, thus move the
avr tests into a target-specific subfolder.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250819112403.432587-10-thuth@redhat.com>
This commit is contained in:
Thomas Huth
2025-08-27 09:46:55 +02:00
parent dc8f7a1bf7
commit e538303d31
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1273,7 +1273,7 @@ F: include/hw/pci-host/astro.h
F: include/hw/pci-host/dino.h
F: pc-bios/hppa-firmware.img
F: roms/seabios-hppa/
F: tests/functional/test_hppa_seabios.py
F: tests/functional/hppa/test_seabios.py
LoongArch Machines
------------------
+5
View File
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
tests_hppa_system_quick = [
'seabios',
]
+1 -4
View File
@@ -13,6 +13,7 @@ subdir('aarch64')
subdir('alpha')
subdir('arm')
subdir('avr')
subdir('hppa')
test_mips_timeouts = {
'mips_malta' : 480,
@@ -78,10 +79,6 @@ tests_generic_linuxuser = [
tests_generic_bsduser = [
]
tests_hppa_system_quick = [
'hppa_seabios',
]
tests_i386_system_quick = [
'i386_migration',
]