aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2020-10-22 16:19:00 +0200
committerThomas Huth <thuth@redhat.com>2020-10-26 09:54:16 +0100
commita60f755c9cb52a2a2dea83b9d69e5bed2276de97 (patch)
tree9e77496788c2fbc6a69a5e910306c1803b575a97 /tests
parent53e1a50d6b6fe97fafa81ab9f2ddebf92798a57b (diff)
downloadqemu-a60f755c9cb52a2a2dea83b9d69e5bed2276de97.zip
qemu-a60f755c9cb52a2a2dea83b9d69e5bed2276de97.tar.gz
qemu-a60f755c9cb52a2a2dea83b9d69e5bed2276de97.tar.bz2
tests/acceptance/ppc_prep_40p: Fix the URL to the NetBSD-4.0 archive
The current URL on cdn.netbsd.org is failing - using archive.netbsd.org instead seems to be fine. Message-Id: <20201023073351.251332-2-thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/ppc_prep_40p.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/ppc_prep_40p.py b/tests/acceptance/ppc_prep_40p.py
index 1515561..e82755c 100644
--- a/tests/acceptance/ppc_prep_40p.py
+++ b/tests/acceptance/ppc_prep_40p.py
@@ -35,7 +35,7 @@ class IbmPrep40pMachine(Test):
'7020-40p/P12H0456.IMG')
bios_hash = '1775face4e6dc27f3a6ed955ef6eb331bf817f03'
bios_path = self.fetch_asset(bios_url, asset_hash=bios_hash)
- drive_url = ('https://cdn.netbsd.org/pub/NetBSD/NetBSD-archive/'
+ drive_url = ('https://archive.netbsd.org/pub/NetBSD-archive/'
'NetBSD-4.0/prep/installation/floppy/generic_com0.fs')
drive_hash = 'dbcfc09912e71bd5f0d82c7c1ee43082fb596ceb'
drive_path = self.fetch_asset(drive_url, asset_hash=drive_hash)