[PULL 03/25] tests/functional/ppc/test_40: Fix the URL of the NetBSD-7.1.2-prep.iso asset

Thomas Huth posted 25 patches 1 month ago
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, Christian Borntraeger <borntraeger@linux.ibm.com>, Thomas Huth <thuth@redhat.com>, Jared Rossi <jrossi@linux.ibm.com>, Zhuoying Cai <zycai@linux.ibm.com>, Halil Pasic <pasic@linux.ibm.com>, Eric Farman <farman@linux.ibm.com>, Matthew Rosato <mjrosato@linux.ibm.com>, Richard Henderson <richard.henderson@linaro.org>, Ilya Leoshkevich <iii@linux.ibm.com>, David Hildenbrand <david@kernel.org>, Farhan Ali <alifm@linux.ibm.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, "Daniel P. Berrangé" <berrange@redhat.com>, Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, "Hervé Poussineau" <hpoussin@reactos.org>, Nicholas Piggin <npiggin@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>, Paolo Bonzini <pbonzini@redhat.com>, Zhao Liu <zhao1.liu@intel.com>, Kevin Wolf <kwolf@redhat.com>, Hanna Reitz <hreitz@redhat.com>, John Snow <jsnow@redhat.com>, Laurent Vivier <lvivier@redhat.com>
[PULL 03/25] tests/functional/ppc/test_40: Fix the URL of the NetBSD-7.1.2-prep.iso asset
Posted by Thomas Huth 1 month ago
From: Thomas Huth <thuth@redhat.com>

We now need a slightly different URL to be able to download this asset.

Suggested-by: Reinoud Zandijk <reinoud@NetBSD.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20260212143843.287090-1-thuth@redhat.com>
---
 tests/functional/ppc/test_40p.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/functional/ppc/test_40p.py b/tests/functional/ppc/test_40p.py
index 614972a7eb3..ed272147f6e 100755
--- a/tests/functional/ppc/test_40p.py
+++ b/tests/functional/ppc/test_40p.py
@@ -27,7 +27,7 @@ class IbmPrep40pMachine(QemuSystemTest):
         'f86236e9d01b3f0dd0f5d3b8d5bbd40c68e78b4db560a108358f5ad58e636619')
     ASSET_NETBSD71 = Asset(
         ('https://archive.netbsd.org/pub/NetBSD-archive/'
-         'NetBSD-7.1.2/iso/NetBSD-7.1.2-prep.iso'),
+         'NetBSD-7.1.2/iso/NetBSD-7.1.2-prep.iso?key=NetBSD'),
         'cc7cb290b06aaa839362deb7bd9f417ac5015557db24088508330f76c3f825ec')
 
     # 12H0455 PPS Firmware Licensed Materials
-- 
2.53.0
Re: [PULL 03/25] tests/functional/ppc/test_40: Fix the URL of the NetBSD-7.1.2-prep.iso asset
Posted by Peter Maydell 3 weeks, 2 days ago
On Tue, 10 Mar 2026 at 05:55, Thomas Huth <thuth@redhat.com> wrote:
>
> From: Thomas Huth <thuth@redhat.com>
>
> We now need a slightly different URL to be able to download this asset.
>
> Suggested-by: Reinoud Zandijk <reinoud@NetBSD.org>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> Message-ID: <20260212143843.287090-1-thuth@redhat.com>
> ---
>  tests/functional/ppc/test_40p.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/functional/ppc/test_40p.py b/tests/functional/ppc/test_40p.py
> index 614972a7eb3..ed272147f6e 100755
> --- a/tests/functional/ppc/test_40p.py
> +++ b/tests/functional/ppc/test_40p.py
> @@ -27,7 +27,7 @@ class IbmPrep40pMachine(QemuSystemTest):
>          'f86236e9d01b3f0dd0f5d3b8d5bbd40c68e78b4db560a108358f5ad58e636619')
>      ASSET_NETBSD71 = Asset(
>          ('https://archive.netbsd.org/pub/NetBSD-archive/'
> -         'NetBSD-7.1.2/iso/NetBSD-7.1.2-prep.iso'),
> +         'NetBSD-7.1.2/iso/NetBSD-7.1.2-prep.iso?key=NetBSD'),
>          'cc7cb290b06aaa839362deb7bd9f417ac5015557db24088508330f76c3f825ec')

My local machine has been sat downloading this file very very
slowly for the last half an hour. Is there somewhere that
we can get the asset from that manages faster downloads?

thanks
-- PMM