]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/functional/arm: Update test ASPEED SDK v09.07 for AST2500
authorKane-Chen-AS <kane_chen@aspeedtech.com>
Thu, 4 Sep 2025 10:05:53 +0000 (18:05 +0800)
committerThomas Huth <thuth@redhat.com>
Tue, 9 Sep 2025 09:16:26 +0000 (11:16 +0200)
Signed-off-by: Kane-Chen-AS <kane_chen@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Message-ID: <20250904100556.1729604-3-kane_chen@aspeedtech.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/arm/test_aspeed_ast2500.py

index 6923fe870170cf4fe9be38580af25394bb4dd4cf..4fdd81e2f95b7ec629718cb1267fa3a79b0aa457 100755 (executable)
@@ -37,14 +37,14 @@ class AST2500Machine(AspeedTest):
 
         self.do_test_arm_aspeed_buildroot_poweroff()
 
-    ASSET_SDK_V906_AST2500 = Asset(
-        'https://github.com/AspeedTech-BMC/openbmc/releases/download/v09.06/ast2500-default-obmc.tar.gz',
-        '542db84645b4efd8aed50385d7f4dd1caff379a987032311cfa7b563a3addb2a')
+    ASSET_SDK_V907_AST2500 = Asset(
+        'https://github.com/AspeedTech-BMC/openbmc/releases/download/v09.07/ast2500-default-obmc.tar.gz',
+        'd52bcc279a37c8d7679b3e4ef22cc77c36f0f6624c687b37334f798828afb077')
 
     def test_arm_ast2500_evb_sdk(self):
         self.set_machine('ast2500-evb')
 
-        self.archive_extract(self.ASSET_SDK_V906_AST2500)
+        self.archive_extract(self.ASSET_SDK_V907_AST2500)
 
         self.do_test_arm_aspeed_sdk_start(
             self.scratch_file("ast2500-default", "image-bmc"))