qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Erico Nunes <ernunes@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [PATCH] tests/acceptance/virtio-gpu.py: update fedora URL
Date: Mon, 27 Feb 2023 23:37:24 +0100	[thread overview]
Message-ID: <d4fe14bd-7f4c-084e-5c01-3348b82ba10d@linaro.org> (raw)
In-Reply-To: <20230227145222.360719-1-ernunes@redhat.com>

On 27/2/23 15:52, Erico Nunes wrote:
> The URL listed previously is no longer valid and that caused the test
> to skip.
> 
> Signed-off-by: Erico Nunes <ernunes@redhat.com>
> ---
>   tests/avocado/virtio-gpu.py | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/avocado/virtio-gpu.py b/tests/avocado/virtio-gpu.py
> index 2a249a3a2c..e3b58fe799 100644
> --- a/tests/avocado/virtio-gpu.py
> +++ b/tests/avocado/virtio-gpu.py
> @@ -36,13 +36,13 @@ class VirtioGPUx86(QemuSystemTest):
>   
>       KERNEL_COMMAND_LINE = "printk.time=0 console=ttyS0 rdinit=/bin/bash"
>       KERNEL_URL = (
> -        "https://archives.fedoraproject.org/pub/fedora"
> +        "https://archives.fedoraproject.org/pub/archive/fedora"
>           "/linux/releases/33/Everything/x86_64/os/images"
>           "/pxeboot/vmlinuz"
>       )
>       KERNEL_HASH = '1433cfe3f2ffaa44de4ecfb57ec25dc2399cdecf'
>       INITRD_URL = (
> -        "https://archives.fedoraproject.org/pub/fedora"
> +        "https://archives.fedoraproject.org/pub/archive/fedora"
>           "/linux/releases/33/Everything/x86_64/os/images"
>           "/pxeboot/initrd.img"
>       )

Another (unrelated) occurence in docs/system/device-url-syntax.rst.inc:

|qemu_system_x86| --drive 
media=cdrom,file.driver=http,file.url=http://archives.fedoraproject.org/pub/fedora/linux/releases/20/Live/x86_64/Fedora-Live-Desktop-x86_64-20-1.iso,readonly

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



      reply	other threads:[~2023-02-27 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-27 14:52 [PATCH] tests/acceptance/virtio-gpu.py: update fedora URL Erico Nunes
2023-02-27 22:37 ` Philippe Mathieu-Daudé [this message]

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=d4fe14bd-7f4c-084e-5c01-3348b82ba10d@linaro.org \
    --to=philmd@linaro.org \
    --cc=ernunes@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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).