mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
tests/functional: Convert the xtensa lx60 Avocado test
Use the new launch_kernel function to convert this test in a simple way. Message-ID: <20240919185749.71222-4-thuth@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
c3cff7279a
commit
d1939097c7
4 changed files with 31 additions and 9 deletions
|
@ -145,6 +145,10 @@ tests_x86_64_system_thorough = [
|
|||
'virtio_gpu',
|
||||
]
|
||||
|
||||
tests_xtensa_system_thorough = [
|
||||
'xtensa_lx60',
|
||||
]
|
||||
|
||||
precache_all = []
|
||||
foreach speed : ['quick', 'thorough']
|
||||
foreach dir : target_dirs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue