]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/avocado: Update yamon-bin-02.22.zip URL
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 1 Dec 2023 14:10:30 +0000 (15:10 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 4 Dec 2023 15:21:00 +0000 (16:21 +0100)
http://www.imgtec.com/tools/mips-tools/downloads/ redirects
to https://mips.com/downloads/yamon-version-02-22/ then points
to an invalid path to a s3 bucket. Use the correct path. The
site will eventually be fixed.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231201205630.10837-1-philmd@linaro.org>

tests/avocado/machine_mips_malta.py

index 99bee49e9a98cac27aacc73a7bd3614169d7a6a3..8cf84bd8050680ed6f0fdf0fd68b896fbcbc58a0 100644 (file)
@@ -128,8 +128,9 @@ class MaltaMachineFramebuffer(QemuSystemTest):
 class MaltaMachine(QemuSystemTest):
 
     def do_test_yamon(self):
-        rom_url = ('http://www.imgtec.com/tools/mips-tools/downloads/'
-                   'yamon/yamon-bin-02.22.zip')
+        rom_url = ('https://s3-eu-west-1.amazonaws.com/'
+                   'downloads-mips/mips-downloads/'
+                   'YAMON/yamon-bin-02.22.zip')
         rom_hash = '8da7ecddbc5312704b8b324341ee238189bde480'
         zip_path = self.fetch_asset(rom_url, asset_hash=rom_hash)