Philippe Mathieu-Daudé <phi...@linaro.org> writes: > On 1/12/23 14:45, Philippe Mathieu-Daudé wrote: >> 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.ben...@linaro.org> >>> Cc: Stefan Hajnoczi <stefa...@redhat.com> >>> Cc: Philippe Mathieu-Daudé <phi...@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') > > This link still works for me, what am I missing? > > $ wget > 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 > --2023-12-01 14:55:31-- > > 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 > Resolving snapshot.debian.org (snapshot.debian.org)... 185.17.185.185, > 193.62.202.27 > Connecting to snapshot.debian.org > (snapshot.debian.org)|185.17.185.185|:80... connected. > HTTP request sent, awaiting response... 200 OK > Length: 30231730 (29M) > Saving to: ‘linux-image-2.6.32-5-4kc-malta_2.6.32-48_mips.deb’
The failing link is the malta_cpio linux-4.7 one, I've fixed that in the PR. -- Alex Bennée Virtualisation Tech Lead @ Linaro