aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado/machine_sparc64_sun4u.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_sparc64_sun4u.py
parent7c09a7f6ae1770d15535980d15dffdb23f4d9786 (diff)
downloadqemu-72cf57b07444c3048069fa9e47decc9cca3956a7.zip
qemu-72cf57b07444c3048069fa9e47decc9cca3956a7.tar.gz
qemu-72cf57b07444c3048069fa9e47decc9cca3956a7.tar.bz2
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_sparc64_sun4u.py')
-rw-r--r--tests/avocado/machine_sparc64_sun4u.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/avocado/machine_sparc64_sun4u.py b/tests/avocado/machine_sparc64_sun4u.py
index 4581655..d333c0a 100644
--- a/tests/avocado/machine_sparc64_sun4u.py
+++ b/tests/avocado/machine_sparc64_sun4u.py
@@ -24,8 +24,8 @@ class Sun4uMachine(LinuxKernelTest):
:avocado: tags=arch:sparc64
:avocado: tags=machine:sun4u
"""
- tar_url = ('https://www.qemu-advent-calendar.org'
- '/2018/download/day23.tar.xz')
+ tar_url = ('https://qemu-advcal.gitlab.io'
+ '/qac-best-of-multiarch/download/day23.tar.xz')
tar_hash = '142db83cd974ffadc4f75c8a5cad5bcc5722c240'
file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
archive.extract(file_path, self.workdir)