Adding additional test cases to test_aspeed_ast2700.py makes the test
suite significantly larger and increases the overall test runtime.
To keep testing efficient and better scoped, rename the existing test
to test_aspeed_ast2700a1.py and dedicate it to AST2700 A1 specific tests.
A new test_aspeed_ast2700.py will be introduced later to always cover
the latest revision of the AST2700 SoC.
No functional change.
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20260211021527.119674-8-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
# SPDX-License-Identifier: GPL-2.0-or-later
test_aarch64_timeouts = {
- 'aspeed_ast2700' : 600,
+ 'aspeed_ast2700a1' : 600,
'aspeed_ast2700fc' : 600,
'device_passthrough' : 720,
'imx8mp_evk' : 240,
]
tests_aarch64_system_thorough = [
- 'aspeed_ast2700',
+ 'aspeed_ast2700a1',
'aspeed_ast2700fc',
'device_passthrough',
'hotplug_pci',