* [PATCH] tests/acceptance/virtio-gpu.py: update fedora URL
@ 2023-02-27 14:52 Erico Nunes
2023-02-27 22:37 ` Philippe Mathieu-Daudé
0 siblings, 1 reply; 2+ messages in thread
From: Erico Nunes @ 2023-02-27 14:52 UTC (permalink / raw)
To: qemu-devel; +Cc: Erico Nunes
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"
)
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] tests/acceptance/virtio-gpu.py: update fedora URL
2023-02-27 14:52 [PATCH] tests/acceptance/virtio-gpu.py: update fedora URL Erico Nunes
@ 2023-02-27 22:37 ` Philippe Mathieu-Daudé
0 siblings, 0 replies; 2+ messages in thread
From: Philippe Mathieu-Daudé @ 2023-02-27 22:37 UTC (permalink / raw)
To: Erico Nunes, qemu-devel
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>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-27 22:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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).