aboutsummaryrefslogtreecommitdiff
path: root/tests/avocado/ppc_virtex_ml507.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/ppc_virtex_ml507.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/ppc_virtex_ml507.py')
-rw-r--r--tests/avocado/ppc_virtex_ml507.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/avocado/ppc_virtex_ml507.py b/tests/avocado/ppc_virtex_ml507.py
index 6b07686..a73f8ae 100644
--- a/tests/avocado/ppc_virtex_ml507.py
+++ b/tests/avocado/ppc_virtex_ml507.py
@@ -22,9 +22,9 @@ class VirtexMl507Machine(QemuSystemTest):
:avocado: tags=accel:tcg
"""
self.require_accelerator("tcg")
- tar_url = ('https://www.qemu-advent-calendar.org'
- '/2020/download/hippo.tar.gz')
- tar_hash = '306b95bfe7d147f125aa176a877e266db8ef914a'
+ tar_url = ('https://qemu-advcal.gitlab.io'
+ '/qac-best-of-multiarch/download/day08.tar.xz')
+ tar_hash = '74c68f5af7a7b8f21c03097b298f3bb77ff52c1f'
file_path = self.fetch_asset(tar_url, asset_hash=tar_hash)
archive.extract(file_path, self.workdir)
self.vm.set_console()