From: Philippe Mathieu-Daudé Date: Fri, 1 Dec 2023 14:10:30 +0000 (+0100) Subject: tests/avocado: Update yamon-bin-02.22.zip URL X-Git-Tag: v8.2.0-rc3~3^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d369ad55587330ebc7bd7be463ba27884f449606;p=thirdparty%2Fqemu.git tests/avocado: Update yamon-bin-02.22.zip URL 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é Reviewed-by: Thomas Huth Message-Id: <20231201205630.10837-1-philmd@linaro.org> --- diff --git a/tests/avocado/machine_mips_malta.py b/tests/avocado/machine_mips_malta.py index 99bee49e9a9..8cf84bd8050 100644 --- a/tests/avocado/machine_mips_malta.py +++ b/tests/avocado/machine_mips_malta.py @@ -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)