Browse Source

tests/functional/arm/test_aspeed_ast2500_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-4-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
7969ab0ca6
  1. 8
      tests/functional/arm/test_aspeed_ast2500_sdk.py

8
tests/functional/arm/test_aspeed_ast2500_sdk.py

@ -10,14 +10,14 @@ from aspeed import AspeedTest
class AST2500Machine(AspeedTest): class AST2500Machine(AspeedTest):
ASSET_SDK_V1000_AST2500 = Asset( ASSET_SDK_V1101_AST2500 = Asset(
'https://github.com/AspeedTech-BMC/openbmc/releases/download/v10.00/ast2500-default-obmc.tar.gz', 'https://github.com/AspeedTech-BMC/openbmc/releases/download/v11.01/ast2500-default-obmc.tar.gz',
'7d71a3f71d5f4d9f3451f59a73bf9baf8fd9f6a24107eb504a3216151a8b2b5b') '3faa1188198da2216837be4b53861c483a58c3ad63784089720bf8421e157da1')
def test_arm_ast2500_evb_sdk(self): def test_arm_ast2500_evb_sdk(self):
self.set_machine('ast2500-evb') self.set_machine('ast2500-evb')
self.archive_extract(self.ASSET_SDK_V1000_AST2500) self.archive_extract(self.ASSET_SDK_V1101_AST2500)
self.do_test_arm_aspeed_sdk_start( self.do_test_arm_aspeed_sdk_start(
self.scratch_file("ast2500-default", "image-bmc")) self.scratch_file("ast2500-default", "image-bmc"))

Loading…
Cancel
Save