On 1/13/26 14:59, Alex Bennée wrote:
Cedric has a host for the file which allows us to keep the name.

Signed-off-by: Alex Bennée <[email protected]>
Cc: Cédric Le Goater <[email protected]>

---
v2
   - host at kaod instead to keep filename
---
  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..30827beca35 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://kaod.org/qemu/aspeed/rainier/mmc-p10bmc-20240617.qcow2',
+                               
'd523fb478d2b84d5adc5658d08502bc64b1486955683814f89c6137518acd90b')
def test_arm_aspeed_emmc_boot(self):
          self.set_machine('rainier-bmc')

Reviewed-by: Cédric Le Goater <[email protected]>

Thanks,

C.

Reply via email to