Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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é <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20231201205630.10837-1-philmd@linaro.org>
  • Loading branch information
philmd committed Dec 4, 2023
1 parent 560b8e1 commit d369ad5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/avocado/machine_mips_malta.py
Expand Up @@ -128,8 +128,9 @@ def test_mips_malta_i6400_framebuffer_logo_8cores(self):
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)

Expand Down

0 comments on commit d369ad5

Please sign in to comment.