From: Alex Bennée Date: Thu, 15 Jan 2026 15:26:31 +0000 (+0000) Subject: tests/functional: migrate aspeed_rainier image X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf096d609e67fd06abf6a59e592cb6de427825c;p=thirdparty%2Fqemu.git tests/functional: migrate aspeed_rainier image Cedric has a host for the file which allows us to keep the name. Cc: qemu-stable@nongnu.org Signed-off-by: Alex Bennée Reviewed-by: Cédric Le Goater Message-id: 20260113135941.3361163-1-alex.bennee@linaro.org Cc: Cédric Le Goater Signed-off-by: Peter Maydell --- diff --git a/tests/functional/arm/test_aspeed_rainier.py b/tests/functional/arm/test_aspeed_rainier.py index 602d6194ac..30827beca3 100755 --- a/tests/functional/arm/test_aspeed_rainier.py +++ b/tests/functional/arm/test_aspeed_rainier.py @@ -9,10 +9,8 @@ from aspeed import AspeedTest class RainierMachine(AspeedTest): - ASSET_RAINIER_EMMC = Asset( - ('https://fileserver.linaro.org/s/B6pJTwWEkzSDi36/download/' - 'mmc-p10bmc-20240617.qcow2'), - 'd523fb478d2b84d5adc5658d08502bc64b1486955683814f89c6137518acd90b') + ASSET_RAINIER_EMMC = Asset('https://kaod.org/qemu/aspeed/rainier/mmc-p10bmc-20240617.qcow2', + 'd523fb478d2b84d5adc5658d08502bc64b1486955683814f89c6137518acd90b') def test_arm_aspeed_emmc_boot(self): self.set_machine('rainier-bmc')