[PATCH v2] 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/20260113135941.3361163-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>
tests/functional/arm/test_aspeed_rainier.py | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
[PATCH v2] tests/functional: migrate aspeed_rainier image
Posted by Alex Bennée 3 weeks, 5 days ago
Cedric has a host for the file which allows us to keep the name.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Cédric Le Goater <clg@kaod.org>

---
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')
-- 
2.47.3


Re: [PATCH v2] tests/functional: migrate aspeed_rainier image
Posted by Cédric Le Goater 3 weeks, 5 days ago
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 <alex.bennee@linaro.org>
> Cc: Cédric Le Goater <clg@kaod.org>
> 
> ---
> 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 <clg@redhat.com>

Thanks,

C.

Re: [PATCH v2] tests/functional: migrate aspeed_rainier image
Posted by Peter Maydell 3 weeks, 3 days ago
On Tue, 13 Jan 2026 at 16:19, Cédric Le Goater <clg@kaod.org> wrote:
>
> 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 <alex.bennee@linaro.org>
> > Cc: Cédric Le Goater <clg@kaod.org>
> >
> > ---
> > v2
> >    - host at kaod instead to keep filename
> > ---
> >   tests/functional/arm/test_aspeed_rainier.py | 6 ++----
> >   1 file changed, 2 insertions(+), 4 deletions(-)

Applied to target-arm.next, thanks.

I've added a cc:stable tag since the old URL will be going
away shortly.

-- PMM
Re: [PATCH v2] tests/functional: migrate aspeed_rainier image
Posted by Cédric Le Goater 3 weeks, 3 days ago
On 1/15/26 11:44, Peter Maydell wrote:
> On Tue, 13 Jan 2026 at 16:19, Cédric Le Goater <clg@kaod.org> wrote:
>>
>> 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 <alex.bennee@linaro.org>
>>> Cc: Cédric Le Goater <clg@kaod.org>
>>>
>>> ---
>>> v2
>>>     - host at kaod instead to keep filename
>>> ---
>>>    tests/functional/arm/test_aspeed_rainier.py | 6 ++----
>>>    1 file changed, 2 insertions(+), 4 deletions(-)
> 
> Applied to target-arm.next, thanks.

OK. I am dropping it from aspeed-next.

> I've added a cc:stable tag since the old URL will be going
> away shortly.
Thanks.

C.