qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 3/7] tests/avocado: drop BootLinuxConsole.test_mips_malta_


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 3/7] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test
Date: Fri, 1 Dec 2023 14:45:55 +0100
User-agent: Mozilla Thunderbird

On 1/12/23 10:36, Alex Bennée wrote:
The assets are no longer archived by Debian so we can't run this on
CI. While some people may still have the test in their cache we do
have more recent images from tuxrun so this isn't a great loss.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Cc: Stefan Hajnoczi <stefanha@redhat.com>
Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
---
  tests/avocado/boot_linux_console.py | 22 ----------------------
  1 file changed, 22 deletions(-)

diff --git a/tests/avocado/boot_linux_console.py 
b/tests/avocado/boot_linux_console.py
index 231b4f68e5..5d978f6dd0 100644
--- a/tests/avocado/boot_linux_console.py
+++ b/tests/avocado/boot_linux_console.py
@@ -116,28 +116,6 @@ def test_x86_64_pc(self):
          console_pattern = 'Kernel command line: %s' % kernel_command_line
          self.wait_for_console_pattern(console_pattern)
- def test_mips_malta(self):
-        """
-        :avocado: tags=arch:mips
-        :avocado: tags=machine:malta
-        :avocado: tags=endian:big
-        """
-        deb_url = ('http://snapshot.debian.org/archive/debian/'
-                   '20130217T032700Z/pool/main/l/linux-2.6/'
-                   'linux-image-2.6.32-5-4kc-malta_2.6.32-48_mips.deb')

You are dropping test_mips_malta() while the subject says
"test_mips_malta_cpio" which uses:

        deb_url = ('http://snapshot.debian.org/archive/debian/'
                   '20160601T041800Z/pool/main/l/linux/'
                   'linux-image-4.5.0-2-4kc-malta_4.5.5-1_mips.deb')

Anyway, the lesson is we can't rely on Debian snapshot mirror
anymore, so more need to be cleaned:

$ git grep url.*snapshot.debian.org
tests/avocado/boot_linux_console.py:127: deb_url = ('http://snapshot.debian.org/archive/debian/' tests/avocado/boot_linux_console.py:160: deb_url = ('http://snapshot.debian.org/archive/debian/' tests/avocado/boot_linux_console.py:203: deb_url = ('http://snapshot.debian.org/archive/debian/' tests/avocado/boot_linux_console.py:513: deb_url = ('https://snapshot.debian.org/archive/debian/' tests/avocado/boot_linux_console.py:1129: deb_url = ('http://snapshot.debian.org/archive/debian/' tests/avocado/boot_linux_console.py:1255: deb_url = ('https://snapshot.debian.org/archive/debian-ports' tests/avocado/boot_linux_console.py:1299: deb_url = ('http://snapshot.debian.org/archive/debian/' tests/avocado/machine_s390_ccw_virtio.py:50: kernel_url = ('https://snapshot.debian.org/archive/debian/' tests/avocado/machine_s390_ccw_virtio.py:56: initrd_url = ('https://snapshot.debian.org/archive/debian/' tests/avocado/replay_kernel.py:110: deb_url = ('http://snapshot.debian.org/archive/debian/' tests/avocado/replay_kernel.py:139: deb_url = ('http://snapshot.debian.org/archive/debian/' tests/avocado/replay_kernel.py:287: deb_url = ('https://snapshot.debian.org/archive/debian-ports' tests/avocado/replay_kernel.py:445: deb_url = ('http://snapshot.debian.org/archive/debian/'



reply via email to

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