Browse Source

tests/functional/arm/test_aspeed_ast2600_sdk: Update test ASPEED OpenBMC SDK v11.01

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Tested-by: Cédric Le Goater <clg@redhat.com>
Link: https://lore.kernel.org/qemu-devel/20260303063930.2878300-6-jamin_lin@aspeedtech.com
Signed-off-by: Cédric Le Goater <clg@redhat.com>
master
Jamin Lin 4 weeks ago
committed by Cédric Le Goater
parent
commit
226900a1ad
  1. 10
      tests/functional/arm/test_aspeed_ast2600_sdk.py

10
tests/functional/arm/test_aspeed_ast2600_sdk.py

@ -14,9 +14,9 @@ from qemu_test import exec_command_and_wait_for_pattern
class AST2600Machine(AspeedTest):
ASSET_SDK_V1100_AST2600 = Asset(
'https://github.com/AspeedTech-BMC/openbmc/releases/download/v11.00/ast2600-default-obmc.tar.gz',
'64d8926a7d01b649168be96c986603b5690f06391286c438a3a772c8c7039e93')
ASSET_SDK_V1101_AST2600 = Asset(
'https://github.com/AspeedTech-BMC/openbmc/releases/download/v11.01/ast2600-default-image.tar.gz',
'3c5b4d4ccf27b0d208a073f98426db54cd751b96143180cd15df1a83978f832c')
def do_ast2600_pcie_test(self):
exec_command_and_wait_for_pattern(self,
@ -44,7 +44,7 @@ class AST2600Machine(AspeedTest):
self.set_machine('ast2600-evb')
self.require_netdev('user')
self.archive_extract(self.ASSET_SDK_V1100_AST2600)
self.archive_extract(self.ASSET_SDK_V1101_AST2600)
self.vm.add_args('-device',
'tmp105,bus=aspeed.i2c.bus.5,address=0x4d,id=tmp-test')
@ -55,7 +55,7 @@ class AST2600Machine(AspeedTest):
self.vm.add_args('-device',
'mock-i3c-target,bus=dw.i3c.5,pid=0xab9078563412')
self.do_test_arm_aspeed_sdk_start(
self.scratch_file("ast2600-default", "image-bmc"))
self.scratch_file("ast2600-default-image", "image-bmc"))
self.wait_for_console_pattern('ast2600-default login:')

Loading…
Cancel
Save