]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/boot_linux_console: Fetch assets from Debian snapshot archives
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 26 Nov 2019 22:38:09 +0000 (23:38 +0100)
committerCleber Rosa <crosa@redhat.com>
Mon, 16 Dec 2019 15:59:50 +0000 (10:59 -0500)
The kernel packaged was fetched from an unstable repository.
Use the stable snapshot archive instead.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191126223810.20180-2-philmd@redhat.com>
Tested-by: Willian Rampazzo <wrampazz@redhat.com>
Reviewed-by: Cleber Rosa <crosa@redhat.com>
Tested-by: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
tests/acceptance/boot_linux_console.py

index 7e41cebd47df096fe9407ad087a1916744c0b6a0..752f776f686e5d24c07d1b42ee3874a3f86f80c6 100644 (file)
@@ -479,7 +479,8 @@ class BootLinuxConsole(Test):
         :avocado: tags=arch:m68k
         :avocado: tags=machine:q800
         """
-        deb_url = ('http://ftp.ports.debian.org/debian-ports/pool-m68k/main'
+        deb_url = ('https://snapshot.debian.org/archive/debian-ports'
+                   '/20191021T083923Z/pool-m68k/main'
                    '/l/linux/kernel-image-5.3.0-1-m68k-di_5.3.7-1_m68k.udeb')
         deb_hash = '044954bb9be4160a3ce81f8bc1b5e856b75cccd1'
         try: