tests/functional: update anacapa-bmc image
The initial version had the wrong DTB which caused issues with image corruption [1]. Update to the latest version. [1] https://github.com/legoater/qemu-aspeed-boot/pull/7 Reviewed-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20260624103049.884930-3-alex.bennee@linaro.org Suggested-by: Cédric Le Goater <clg@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Alex Bennée committed
Jun 24, 2026 at 11:30 UTC
786b689e7ca0337d20e0e4c1d8798c116c8eb9ef
1 file changed
+2
-2
tests/functional/arm/test_aspeed_anacapa.py
+2
-2
@@ -11,8 +11,8 @@ from aspeed import FacebookAspeedTest
11
class AnacapaMachine(FacebookAspeedTest):
12
13
ASSET_ANACAPA_FLASH = Asset(
14
- 'https://github.com/legoater/qemu-aspeed-boot/raw/3fa3212827b04be4034d43b5adeef57c27d6ab18/images/anacapa-bmc/openbmc-20260512025228/obmc-phosphor-image-anacapa-20260512025228.static.mtd.xz',
15
- '2232e241abcfb6d4f6b82cb6c378ce5ce05e364aac6d118785c2b6cc33fe43f3')
14
+ 'https://github.com/legoater/qemu-aspeed-boot/raw/refs/heads/master/images/anacapa-bmc/openbmc-20260616025349/obmc-phosphor-image-anacapa-20260616025349.static.mtd.xz',
15
+ 'de3841fb6ed3085aec6424358ee6efc4b8ee85688361e5aa1987fd1acb7d3fb4')
16
17
def test_arm_ast2600_anacapa_openbmc(self):
18
image_path = self.uncompress(self.ASSET_ANACAPA_FLASH)