On Tue, 13 Jan 2026 at 11:51, Alex Bennée <[email protected]> wrote: > > fileserver.linaro.org is going away, migrate to the new share server. > > Signed-off-by: Alex Bennée <[email protected]> > --- > 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')
Is there no way to keep the filename ? For the human reader, "mmc-p10bmc-20240617.qcow2" is a lot more descriptive of what you're going to get than a long hex string... thanks -- PMM
