mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
tests/functional: Introduce a specific test for ast2600 SoC
This moves the ast2600-evb tests to a new test file. No changes in the test. The routines used to run the buildroot and sdk tests are removed from the test_arm_aspeed.py file because now unused. Reviewed-by: Thomas Huth <thuth@redhat.com> Link: https://lore.kernel.org/r/20241206131132.520911-6-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
08743dbaa1
commit
c7bc9cab3f
3 changed files with 145 additions and 155 deletions
|
@ -21,6 +21,7 @@ test_timeouts = {
|
|||
'arm_aspeed_palmetto' : 120,
|
||||
'arm_aspeed_romulus' : 120,
|
||||
'arm_aspeed_ast2500' : 480,
|
||||
'arm_aspeed_ast2600' : 720,
|
||||
'arm_aspeed' : 600,
|
||||
'arm_bpim2u' : 500,
|
||||
'arm_collie' : 180,
|
||||
|
@ -73,6 +74,7 @@ tests_arm_system_thorough = [
|
|||
'arm_aspeed_palmetto',
|
||||
'arm_aspeed_romulus',
|
||||
'arm_aspeed_ast2500',
|
||||
'arm_aspeed_ast2600',
|
||||
'arm_bpim2u',
|
||||
'arm_canona1100',
|
||||
'arm_collie',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue