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

Thomas Huth posted 1 patch 1 month, 4 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260212143843.287090-1-thuth@redhat.com
Maintainers: "Hervé Poussineau" <hpoussin@reactos.org>
tests/functional/ppc/test_40p.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] tests/functional/ppc/test_40: Fix the URL of the NetBSD-7.1.2-prep.iso asset
Posted by Thomas Huth 1 month, 4 weeks 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>
---
 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