From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: "Alex Bennée" <alex.bennee@linaro.org>, qemu-devel@nongnu.org
Cc: "Eric Farman" <farman@linux.ibm.com>,
"Peter Maydell" <peter.maydell@linaro.org>,
"Leif Lindholm" <quic_llindhol@quicinc.com>,
"Beraldo Leal" <bleal@redhat.com>,
"Andrew Jeffery" <andrew@codeconstruct.com.au>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Marcin Juszkiewicz" <marcin.juszkiewicz@linaro.org>,
"Pavel Dovgalyuk" <pavel.dovgaluk@ispras.ru>,
"Thomas Huth" <thuth@redhat.com>,
qemu-arm@nongnu.org, "Radoslaw Biernacki" <rad@semihalf.com>,
"Yoshinori Sato" <ysato@users.sourceforge.jp>,
"Eric Auger" <eric.auger@redhat.com>,
"Halil Pasic" <pasic@linux.ibm.com>,
qemu-s390x@nongnu.org,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
"Cédric Le Goater" <clg@kaod.org>,
"Christian Borntraeger" <borntraeger@linux.ibm.com>,
"Aurelien Jarno" <aurelien@aurel32.net>,
"Cleber Rosa" <crosa@redhat.com>, "Joel Stanley" <joel@jms.id.au>,
"Stefan Hajnoczi" <stefanha@redhat.com>
Subject: Re: [PATCH v2 3/7] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test
Date: Fri, 1 Dec 2023 14:59:33 +0100 [thread overview]
Message-ID: <5a3a91d7-7e0f-4bea-b8e2-ccfab0bbd283@linaro.org> (raw)
In-Reply-To: <1f9eb253-0346-4264-8817-11cf079e8f07@linaro.org>
On 1/12/23 14:57, Philippe Mathieu-Daudé wrote:
> 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.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')
>
> 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’
>
> linux-image-2.6.32-5-4kc-ma 12%[=> ] 3,71M 1,23MB/s eta 20s
Sharing HTTP headers:
$ curl -v
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
* Trying 193.62.202.27:80...
* Connected to snapshot.debian.org (193.62.202.27) port 80 (#0)
> GET
/archive/debian/20130217T032700Z/pool/main/l/linux-2.6/linux-image-2.6.32-5-4kc-malta_2.6.32-48_mips.deb
HTTP/1.1
> Host: snapshot.debian.org
> User-Agent: curl/8.1.2
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Fri, 01 Dec 2023 13:54:55 GMT
< Server: Apache
< X-Content-Type-Options: nosniff
< X-Frame-Options: sameorigin
< Referrer-Policy: no-referrer
< X-Xss-Protection: 1
< Permissions-Policy: interest-cohort=()
< Last-Modified: Sun, 17 Feb 2013 03:34:37 GMT
< ETag: "1cd4cb2-4d5e349b3403e"
< Accept-Ranges: bytes
< Content-Length: 30231730
< X-Clacks-Overhead: GNU Terry Pratchett
< Cache-Control: max-age=31536000, public
< X-Varnish: 383440315
< Age: 0
< Via: 1.1 varnish (Varnish/6.5)
< connection: close
>> 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/'
>
next prev parent reply other threads:[~2023-12-01 14:00 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-01 9:36 [PATCH v2 0/7] final fixes for 8.2 Alex Bennée
2023-12-01 9:36 ` [PATCH v2 1/7] gdbstub: use a better signal when we halt for IO reasons Alex Bennée
2023-12-01 9:36 ` [PATCH v2 2/7] docs/devel: rationalise unstable gitlab tests under FLAKY_TESTS Alex Bennée
2023-12-01 9:36 ` [PATCH v2 3/7] tests/avocado: drop BootLinuxConsole.test_mips_malta_cpio test Alex Bennée
2023-12-01 11:27 ` Stefan Hajnoczi
2023-12-01 13:45 ` Philippe Mathieu-Daudé
2023-12-01 13:57 ` Philippe Mathieu-Daudé
2023-12-01 13:59 ` Philippe Mathieu-Daudé [this message]
2023-12-01 15:14 ` Alex Bennée
2023-12-01 9:36 ` [PATCH v2 4/7] tests/avocado: drop malta yamon tests Alex Bennée
2023-12-01 10:24 ` Philippe Mathieu-Daudé
2023-12-01 12:49 ` Alex Bennée
2023-12-01 13:22 ` Philippe Mathieu-Daudé
2023-12-01 14:05 ` Philippe Mathieu-Daudé
2023-12-01 15:16 ` Alex Bennée
2023-12-01 9:36 ` [PATCH v2 5/7] tests/avocado: tag sbsa tests as tcg only Alex Bennée
2023-12-01 10:26 ` Philippe Mathieu-Daudé
2023-12-01 9:36 ` [PATCH v2 6/7] gitlab: build the correct microblaze target Alex Bennée
2023-12-01 10:24 ` Philippe Mathieu-Daudé
2023-12-04 7:54 ` Thomas Huth
2023-12-04 12:40 ` Alex Bennée
2023-12-04 12:43 ` Thomas Huth
2023-12-04 12:48 ` Cédric Le Goater
2023-12-04 13:32 ` Thomas Huth
2023-12-01 9:36 ` [PATCH v2 7/7] gitlab: add optional job to run flaky avocado tests Alex Bennée
2023-12-01 10:28 ` Philippe Mathieu-Daudé
2023-12-01 13:30 ` [PATCH v2 0/7] final fixes for 8.2 Stefan Hajnoczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5a3a91d7-7e0f-4bea-b8e2-ccfab0bbd283@linaro.org \
--to=philmd@linaro.org \
--cc=alex.bennee@linaro.org \
--cc=andrew@codeconstruct.com.au \
--cc=aurelien@aurel32.net \
--cc=bleal@redhat.com \
--cc=borntraeger@linux.ibm.com \
--cc=clg@kaod.org \
--cc=crosa@redhat.com \
--cc=eric.auger@redhat.com \
--cc=farman@linux.ibm.com \
--cc=joel@jms.id.au \
--cc=marcin.juszkiewicz@linaro.org \
--cc=pasic@linux.ibm.com \
--cc=pavel.dovgaluk@ispras.ru \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@nongnu.org \
--cc=quic_llindhol@quicinc.com \
--cc=rad@semihalf.com \
--cc=stefanha@redhat.com \
--cc=thuth@redhat.com \
--cc=wainersm@redhat.com \
--cc=ysato@users.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).