]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/functional/aarch64/test_aspeed_ast2700: Rename AST2700 A1 test to reduce test...
authorJamin Lin <jamin_lin@aspeedtech.com>
Wed, 11 Feb 2026 02:15:35 +0000 (02:15 +0000)
committerCédric Le Goater <clg@redhat.com>
Thu, 12 Feb 2026 15:06:55 +0000 (16:06 +0100)
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>
tests/functional/aarch64/meson.build
tests/functional/aarch64/test_aspeed_ast2700a1.py [moved from tests/functional/aarch64/test_aspeed_ast2700.py with 100% similarity]

index 5ad52f93e1d74a1a1ef19b09fb800cbee93c407c..b5dd674bac61c6e2f7661a21115c4b944b82d5fe 100644 (file)
@@ -1,7 +1,7 @@
 # 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,
@@ -23,7 +23,7 @@ tests_aarch64_system_quick = [
 ]
 
 tests_aarch64_system_thorough = [
-  'aspeed_ast2700',
+  'aspeed_ast2700a1',
   'aspeed_ast2700fc',
   'device_passthrough',
   'hotplug_pci',