[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 27/28] tests/functional/aspeed: Add test case for AST2700 A1
From: |
Jamin Lin |
Subject: |
[PATCH v3 27/28] tests/functional/aspeed: Add test case for AST2700 A1 |
Date: |
Thu, 13 Feb 2025 11:35:30 +0800 |
Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
---
tests/functional/test_aarch64_aspeed.py | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/functional/test_aarch64_aspeed.py
b/tests/functional/test_aarch64_aspeed.py
index ad2774be15..2afc50265a 100755
--- a/tests/functional/test_aarch64_aspeed.py
+++ b/tests/functional/test_aarch64_aspeed.py
@@ -96,6 +96,13 @@ def test_aarch64_ast2700a0_evb_sdk_v09_05(self):
'cfbbd1cce72f2a3b73b9080c41eecdadebb7077fba4f7806d72ac99f3e84b74a')
self.start_ast2700_test('ast2700-a0-default')
+ def test_aarch64_ast2700a1_evb_sdk_v09_05(self):
+ self.set_machine('ast2700a1-evb')
+
+ self.extra_aspeed_archive('v09.05', 'ast2700-default-obmc.tar.gz',
+ 'c1f4496aec06743c812a6e9a1a18d032f34d62f3ddb6956e924fef62aa2046a5')
+ self.start_ast2700_test('ast2700-default')
+
if __name__ == '__main__':
QemuSystemTest.main()
--
2.34.1
- RE: [PATCH v3 21/28] hw/misc/aspeed_hace: Fix boot issue in the Crypto Manager Self Test, (continued)
[PATCH v3 22/28] hw/arm/aspeed_ast27x0: Add HACE support for AST2700, Jamin Lin, 2025/02/12
[PATCH v3 23/28] test/functional/aspeed: Introduce new function to fetch assets, Jamin Lin, 2025/02/12
[PATCH v3 24/28] tests/functional/aspeed: Introduce start_ast2700_test API and update hwmon path, Jamin Lin, 2025/02/12
[PATCH v3 25/28] tests/functional/aspeed: Update test ASPEED SDK v09.05, Jamin Lin, 2025/02/12
[PATCH v3 26/28] tests/functional/aspeed: Renamed test case and machine for AST2700 A0, Jamin Lin, 2025/02/12
[PATCH v3 27/28] tests/functional/aspeed: Add test case for AST2700 A1,
Jamin Lin <=
[PATCH v3 28/28] docs/specs: add aspeed-intc, Jamin Lin, 2025/02/12
Re: [PATCH v3 00/28] Support AST2700 A1, Cédric Le Goater, 2025/02/18