tests/functional/aarch64/ast2700fc: Update test ASPEED SDK v09.08
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/20251015062210.3128710-10-jamin_lin@aspeedtech.com Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
parent
02bf7686e8
commit
37acdd737a
1 changed files with 6 additions and 6 deletions
|
|
@ -36,9 +36,9 @@ class AST2x00MachineSDK(QemuSystemTest):
|
|||
exec_command_and_wait_for_pattern(self, 'root', 'Password:')
|
||||
exec_command_and_wait_for_pattern(self, '0penBmc', f'root@{name}:~#')
|
||||
|
||||
ASSET_SDK_V906_AST2700 = Asset(
|
||||
'https://github.com/AspeedTech-BMC/openbmc/releases/download/v09.06/ast2700-default-obmc.tar.gz',
|
||||
'f1d53e0be8a404ecce3e105f72bc50fa4e090ad13160ffa91b10a6e0233a9dc6')
|
||||
ASSET_SDK_V908_AST2700 = Asset(
|
||||
'https://github.com/AspeedTech-BMC/openbmc/releases/download/v09.08/ast2700-default-obmc.tar.gz',
|
||||
'eac3dc409b7ea3cd4b03d4792d3cebd469792ad893cb51e1d15f0fc20bd1e2cd')
|
||||
|
||||
def do_ast2700_i2c_test(self):
|
||||
exec_command_and_wait_for_pattern(self,
|
||||
|
|
@ -66,7 +66,7 @@ class AST2x00MachineSDK(QemuSystemTest):
|
|||
self.vm.set_console(console_index=1)
|
||||
self.vm.launch()
|
||||
|
||||
exec_command_and_wait_for_pattern(self, '\012', 'ssp:~$')
|
||||
exec_command_and_wait_for_pattern(self, '\012', 'ssp_tsp:~$')
|
||||
exec_command_and_wait_for_pattern(self, 'version',
|
||||
'Zephyr version 3.7.1')
|
||||
exec_command_and_wait_for_pattern(self, 'md 72c02000 1',
|
||||
|
|
@ -133,10 +133,10 @@ class AST2x00MachineSDK(QemuSystemTest):
|
|||
self.do_test_aarch64_aspeed_sdk_start(
|
||||
self.scratch_file(name, 'image-bmc'))
|
||||
|
||||
def test_aarch64_ast2700fc_sdk_v09_06(self):
|
||||
def test_aarch64_ast2700fc_sdk_v09_08(self):
|
||||
self.set_machine('ast2700fc')
|
||||
|
||||
self.archive_extract(self.ASSET_SDK_V906_AST2700)
|
||||
self.archive_extract(self.ASSET_SDK_V908_AST2700)
|
||||
self.start_ast2700fc_test('ast2700-default')
|
||||
self.verify_openbmc_boot_and_login('ast2700-default')
|
||||
self.do_ast2700_i2c_test()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue