summary refs log tree commit diff stats
path: root/tests/avocado/machine_microblaze.py
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2022-11-21 11:24:36 +0100
committerThomas Huth <thuth@redhat.com>2022-11-23 10:58:48 +0100
commit72cf57b07444c3048069fa9e47decc9cca3956a7 (patch)
treea4493f81d6312c56a2d7a7e8b3e603caf73dc9fa /tests/avocado/machine_microblaze.py
parent7c09a7f6ae1770d15535980d15dffdb23f4d9786 (diff)
downloadfocaccia-qemu-72cf57b07444c3048069fa9e47decc9cca3956a7.tar.gz
focaccia-qemu-72cf57b07444c3048069fa9e47decc9cca3956a7.zip
tests/avocado: Update the URLs of the advent calendar images
The qemu-advent-calendar.org server will be decommissioned soon.
I've mirrored the images that we use for the QEMU CI to gitlab,
so update their URLs to point to the new location.

Message-Id: <20221121102436.78635-1-thuth@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/avocado/machine_microblaze.py')
-rw-r--r--tests/avocado/machine_microblaze.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/avocado/machine_microblaze.py b/tests/avocado/machine_microblaze.py
index 4928920f96..8d0efff30d 100644
--- a/tests/avocado/machine_microblaze.py
+++ b/tests/avocado/machine_microblaze.py
@@ -19,8 +19,8 @@ class MicroblazeMachine(QemuSystemTest):
         :avocado: tags=machine:petalogix-s3adsp1800
         """
 
-        tar_url = ('https://www.qemu-advent-calendar.org'
-                   '/2018/download/day17.tar.xz')
+        tar_url = ('https://qemu-advcal.gitlab.io'
+                   '/qac-best-of-multiarch/download/day17.tar.xz')
         tar_hash = '08bf3e3bfb6b6c7ce1e54ab65d54e189f2caf13f'
         file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
         archive.extract(file_path, self.workdir)