[PATCH] tests/functional: migrate aspeed_rainier image

Alex Bennée posted 1 patch 3 weeks, 5 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260113115138.3171479-1-alex.bennee@linaro.org
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Steven Lee <steven_lee@aspeedtech.com>, Troy Lee <leetroy@gmail.com>, Jamin Lin <jamin_lin@aspeedtech.com>, Andrew Jeffery <andrew@codeconstruct.com.au>, Joel Stanley <joel@jms.id.au>
There is a newer version of this series
tests/functional/arm/test_aspeed_rainier.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[PATCH] tests/functional: migrate aspeed_rainier image
Posted by Alex Bennée 3 weeks, 5 days ago
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


Re: [PATCH] tests/functional: migrate aspeed_rainier image
Posted by Cédric Le Goater 3 weeks, 5 days ago
On 1/13/26 12:51, Alex Bennée wrote:
> 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')

An alternate location is :

   https://kaod.org/qemu/aspeed/rainier/mmc-p10bmc-20240617.qcow2

It is backed by OVH in Europe.

Thanks,

C.

Re: [PATCH] tests/functional: migrate aspeed_rainier image
Posted by Alex Bennée 3 weeks, 5 days ago
Cédric Le Goater <clg@kaod.org> writes:

> On 1/13/26 12:51, Alex Bennée wrote:
>> 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')
>
> An alternate location is :
>
>   https://kaod.org/qemu/aspeed/rainier/mmc-p10bmc-20240617.qcow2

As that keeps the filename as Peter asked for I have sent v2:

  20260113135941.3361163-1-alex.bennee@linaro.org

>
> It is backed by OVH in Europe.
>
> Thanks,
>
> C.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro
Re: [PATCH] tests/functional: migrate aspeed_rainier image
Posted by Peter Maydell 3 weeks, 5 days ago
On Tue, 13 Jan 2026 at 11:51, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> 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')

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