[PATCH v1 1/1] tests/functional/aarch64/test_aspeed_ast2700fc: Use AST2700 A2 SDK image for FC tests

Jamin Lin posted 10 patches 3 days, 2 hours ago
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>, Fabiano Rosas <farosas@suse.de>, Laurent Vivier <lvivier@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>
[PATCH v1 1/1] tests/functional/aarch64/test_aspeed_ast2700fc: Use AST2700 A2 SDK image for FC tests
Posted by Jamin Lin 3 days, 2 hours ago
Update AST2700 FC functional tests to use the AST2700 A2 SDK v11.00 image.

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
---
 .../functional/aarch64/test_aspeed_ast2700fc.py  | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/tests/functional/aarch64/test_aspeed_ast2700fc.py b/tests/functional/aarch64/test_aspeed_ast2700fc.py
index 47e56dcfc5..51ee8bc787 100755
--- a/tests/functional/aarch64/test_aspeed_ast2700fc.py
+++ b/tests/functional/aarch64/test_aspeed_ast2700fc.py
@@ -62,8 +62,8 @@ def load_ast2700fc_coprocessor(self, name):
                              f'loader,file={file},cpu-num={cpu_num}')
 
     ASSET_SDK_V1100_AST2700 = Asset(
-            'https://github.com/AspeedTech-BMC/openbmc/releases/download/v11.00/ast2700-a1-obmc.tar.gz',
-            'd5ceed511cd0dfefbb102fff2d731159e0472948a28066dc0d90bcd54be76525')
+            'https://github.com/AspeedTech-BMC/openbmc/releases/download/v11.00/ast2700-default-obmc.tar.gz',
+            'e2b8f043fe8063dd3b6ded93422e38bd41914dc9c3202199507652df024de4dc')
 
     def do_ast2700_i2c_test(self):
         exec_command_and_wait_for_pattern(self,
@@ -98,7 +98,7 @@ def do_ast2700fc_ssp_test(self):
         exec_command_and_wait_for_pattern(self, 'version',
                                           'Zephyr version 3.7.1')
         exec_command_and_wait_for_pattern(self, 'md 72c02000 1',
-                                          '[72c02000] 06010103')
+                                          '[72c02000] 06020103')
 
     def do_ast2700fc_tsp_test(self):
         self.vm.shutdown()
@@ -109,7 +109,7 @@ def do_ast2700fc_tsp_test(self):
         exec_command_and_wait_for_pattern(self, 'version',
                                           'Zephyr version 3.7.1')
         exec_command_and_wait_for_pattern(self, 'md 72c02000 1',
-                                          '[72c02000] 06010103')
+                                          '[72c02000] 06020103')
 
     def start_ast2700fc_test(self, name):
         ca35_core = 4
@@ -153,8 +153,8 @@ def test_aarch64_ast2700fc_sdk_v11_00(self):
         self.require_netdev('user')
 
         self.archive_extract(self.ASSET_SDK_V1100_AST2700)
-        self.start_ast2700fc_test('ast2700-a1')
-        self.verify_openbmc_boot_and_login('ast2700-a1')
+        self.start_ast2700fc_test('ast2700-default')
+        self.verify_openbmc_boot_and_login('ast2700-default')
         self.do_ast2700_i2c_test()
         self.do_ast2700_pcie_test()
         self.do_ast2700fc_ssp_test()
@@ -164,8 +164,8 @@ def test_aarch64_ast2700fc_sdk_vbootrom_v11_00(self):
         self.set_machine('ast2700fc')
 
         self.archive_extract(self.ASSET_SDK_V1100_AST2700)
-        self.start_ast2700fc_test_vbootrom('ast2700-a1')
-        self.verify_openbmc_boot_and_login('ast2700-a1')
+        self.start_ast2700fc_test_vbootrom('ast2700-default')
+        self.verify_openbmc_boot_and_login('ast2700-default')
         self.do_ast2700fc_ssp_test()
         self.do_ast2700fc_tsp_test()
 
-- 
2.43.0
Re: [PATCH v1 1/1] tests/functional/aarch64/test_aspeed_ast2700fc: Use AST2700 A2 SDK image for FC tests
Posted by Cédric Le Goater 2 days, 22 hours ago
On 2/6/26 06:33, Jamin Lin wrote:
> Update AST2700 FC functional tests to use the AST2700 A2 SDK v11.00 image.
> 
> Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
> ---
>   .../functional/aarch64/test_aspeed_ast2700fc.py  | 16 ++++++++--------
>   1 file changed, 8 insertions(+), 8 deletions(-)
> 

This patch is redundant with patch 10. Probably you had an extra
patch file in the directory you used to send the series. I will
ignore it for now but this confuses b4.

C.
RE: [PATCH v1 1/1] tests/functional/aarch64/test_aspeed_ast2700fc: Use AST2700 A2 SDK image for FC tests
Posted by Jamin Lin 2 days, 22 hours ago
Hi Cédric

> Subject: Re: [PATCH v1 1/1] tests/functional/aarch64/test_aspeed_ast2700fc:
> Use AST2700 A2 SDK image for FC tests
> 
> On 2/6/26 06:33, Jamin Lin wrote:
> > Update AST2700 FC functional tests to use the AST2700 A2 SDK v11.00
> image.
> >
> > Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
> > ---
> >   .../functional/aarch64/test_aspeed_ast2700fc.py  | 16 ++++++++--------
> >   1 file changed, 8 insertions(+), 8 deletions(-)
> >
> 
> This patch is redundant with patch 10. Probably you had an extra patch file in
> the directory you used to send the series. I will ignore it for now but this
> confuses b4.
> 
Thanks for report it.
It is my patch folder issue.
Jamin

jamin_lin@aspeed-fw02:~/qemu-work/debug-qemu-a2/v1-patch$ ls -al
total 64
drwxrwxr-x 2 jamin_lin jamin_lin 4096 Feb  6 11:56 .
drwxrwxr-x 6 jamin_lin jamin_lin 4096 Feb  6 13:38 ..
-rw-rw-r-- 1 jamin_lin jamin_lin 1623 Feb  6 11:56 v1-0000-cover-letter.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 4345 Feb  6 11:59 v1-0001-hw-i2c-aspeed_i2c-Fix-Out-of-Bounds-access-by-usi.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 3315 Feb  6 11:59 v1-0001-tests-functional-aarch64-test_aspeed_ast2700fc-Us.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 3183 Feb  6 11:58 v1-0002-hw-i2c-aspeed_i2c-Increase-I2C-device-register-si.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 2592 Feb  6 11:58 v1-0003-hw-misc-aspeed_scu-Remove-unused-SoC-silicon-revi.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 1496 Feb  6 11:58 v1-0004-hw-misc-aspeed_scu-Add-AST2700-A2-silicon-revisio.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 2537 Feb  6 11:58 v1-0005-hw-arm-aspeed_ast27x0-Add-AST2700-A2-SoC-support.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 2723 Feb  6 11:58 v1-0006-hw-arm-aspeed_ast27x0_evb-Add-AST2700-A2-EVB-mach.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 3334 Feb  6 11:58 v1-0007-tests-qtest-ast2700-hace-test-Use-ast2700-evb-ali.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 4100 Feb  6 11:58 v1-0008-tests-functional-aarch64-test_aspeed_ast2700-Add-.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 2905 Feb  6 11:58 v1-0009-hw-arm-aspeed_ast27x0-fc-Switch-AST2700-FC-machin.patch
-rw-rw-r-- 1 jamin_lin jamin_lin 3317 Feb  6 11:58 v1-0010-tests-functional-aarch64-test_aspeed_ast2700fc-Us.patch
> C.