[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v6 07/11] tests/functional: Avoid using www.qemu-advent-calendar.
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v6 07/11] tests/functional: Avoid using www.qemu-advent-calendar.org URL |
Date: |
Wed, 12 Feb 2025 12:24:09 +0100 |
Avoid fetching assets from www.qemu-advent-calendar.org
website, prefer fetching microblaze assets from GitLab servers.
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
tests/functional/test_microblazeel_s3adsp1800.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/functional/test_microblazeel_s3adsp1800.py
b/tests/functional/test_microblazeel_s3adsp1800.py
index c382afe6bfa..5bf94d88dd8 100755
--- a/tests/functional/test_microblazeel_s3adsp1800.py
+++ b/tests/functional/test_microblazeel_s3adsp1800.py
@@ -18,7 +18,8 @@ class MicroblazeelMachine(QemuSystemTest):
timeout = 90
ASSET_IMAGE = Asset(
- ('http://www.qemu-advent-calendar.org/2023/download/day13.tar.gz'),
+ ('https://qemu-advcal.gitlab.io/qac-best-of-multiarch/download/'
+ 'day05.tar.xz'),
'b9b3d43c5dd79db88ada495cc6e0d1f591153fe41355e925d791fbf44de50c22')
def test_microblazeel_s3adsp1800(self):
--
2.47.1
- Re: [PATCH v6 01/11] hw/qdev-properties-system: Introduce EndianMode QAPI enum, (continued)
[PATCH v6 03/11] hw/net/xilinx_ethlite: Make device endianness configurable, Philippe Mathieu-Daudé, 2025/02/12
[PATCH v6 02/11] hw/intc/xilinx_intc: Make device endianness configurable, Philippe Mathieu-Daudé, 2025/02/12
[PATCH v6 04/11] hw/timer/xilinx_timer: Make device endianness configurable, Philippe Mathieu-Daudé, 2025/02/12
[PATCH v6 05/11] hw/char/xilinx_uartlite: Make device endianness configurable, Philippe Mathieu-Daudé, 2025/02/12
[PATCH v6 06/11] hw/ssi/xilinx_spi: Make device endianness configurable, Philippe Mathieu-Daudé, 2025/02/12
[PATCH v6 07/11] tests/functional: Avoid using www.qemu-advent-calendar.org URL,
Philippe Mathieu-Daudé <=
[PATCH v6 08/11] tests/functional: Explicit endianness of microblaze assets, Philippe Mathieu-Daudé, 2025/02/12
[PATCH v6 09/11] tests/functional: Allow microblaze tests to take a machine name argument, Philippe Mathieu-Daudé, 2025/02/12
[PATCH v6 10/11] tests/functional: Remove sleep() kludges from microblaze tests, Philippe Mathieu-Daudé, 2025/02/12
[PATCH v6 11/11] tests/functional: Have microblaze tests inherit common parent class, Philippe Mathieu-Daudé, 2025/02/12