All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tests/functional: migrate aspeed_rainier image
@ 2026-01-13 11:51 Alex Bennée
  2026-01-13 11:58 ` Peter Maydell
  2026-01-13 13:15 ` Cédric Le Goater
  0 siblings, 2 replies; 4+ messages in thread
From: Alex Bennée @ 2026-01-13 11:51 UTC (permalink / raw)
  To: qemu-devel
  Cc: Alex Bennée, Cédric Le Goater, Peter Maydell,
	Steven Lee, Troy Lee, Jamin Lin, Andrew Jeffery, Joel Stanley,
	open list:ASPEED BMCs

fileserver.linaro.org is going away, migrate to the new share server.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 tests/functional/arm/test_aspeed_rainier.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/functional/arm/test_aspeed_rainier.py b/tests/functional/arm/test_aspeed_rainier.py
index 602d6194ac8..025e5751dc7 100755
--- a/tests/functional/arm/test_aspeed_rainier.py
+++ b/tests/functional/arm/test_aspeed_rainier.py
@@ -9,10 +9,8 @@
 
 class RainierMachine(AspeedTest):
 
-    ASSET_RAINIER_EMMC = Asset(
-        ('https://fileserver.linaro.org/s/B6pJTwWEkzSDi36/download/'
-         'mmc-p10bmc-20240617.qcow2'),
-        'd523fb478d2b84d5adc5658d08502bc64b1486955683814f89c6137518acd90b')
+    ASSET_RAINIER_EMMC = Asset('https://share.linaro.org/downloadFile?id=PaCHfyerwpSr0CV',
+                               'd523fb478d2b84d5adc5658d08502bc64b1486955683814f89c6137518acd90b')
 
     def test_arm_aspeed_emmc_boot(self):
         self.set_machine('rainier-bmc')
-- 
2.47.3



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-01-13 14:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 11:51 [PATCH] tests/functional: migrate aspeed_rainier image Alex Bennée
2026-01-13 11:58 ` Peter Maydell
2026-01-13 13:15 ` Cédric Le Goater
2026-01-13 14:00   ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.