qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] tests/avocado: Update the URLs of the advent calendar images


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH] tests/avocado: Update the URLs of the advent calendar images
Date: Mon, 21 Nov 2022 12:12:57 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

On 21/11/22 11:24, Thomas Huth wrote:
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.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
  tests/avocado/boot_linux_console.py     |  4 +--
  tests/avocado/machine_arm_canona1100.py |  4 +--
  tests/avocado/machine_microblaze.py     |  4 +--
  tests/avocado/machine_sparc64_sun4u.py  |  4 +--
  tests/avocado/ppc_mpc8544ds.py          |  6 ++--
  tests/avocado/ppc_virtex_ml507.py       |  6 ++--
  tests/avocado/replay_kernel.py          | 40 ++++++++++++-------------
  7 files changed, 34 insertions(+), 34 deletions(-)

diff --git a/tests/avocado/boot_linux_console.py 
b/tests/avocado/boot_linux_console.py
index 4c9d551f47..f3e6f44ae9 100644
--- a/tests/avocado/boot_linux_console.py
+++ b/tests/avocado/boot_linux_console.py
@@ -1029,8 +1029,8 @@ def test_m68k_q800(self):
          self.wait_for_console_pattern(console_pattern)
def do_test_advcal_2018(self, day, tar_hash, kernel_name, console=0):
-        tar_url = ('https://www.qemu-advent-calendar.org'
-                   '/2018/download/day' + day + '.tar.xz')
+        tar_url = ('https://qemu-advcal.gitlab.io'
+                   '/qac-best-of-multiarch/download/day' + day + '.tar.xz')

You could insert the year in the url, so you can eventually add other editions :)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]