[PATCH] tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl test

Thomas Huth posted 1 patch 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230502105721.1661930-1-thuth@redhat.com
Maintainers: Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
tests/avocado/virtio-gpu.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl test
Posted by Thomas Huth 1 year ago
The URLs here are not valid anymore - looks like the assets got moved
into the pub/archive/ subfolder instead.

Signed-off-by: Thomas Huth <thuth@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.31.1
Re: [PATCH] tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl test
Posted by Marc-André Lureau 1 year ago
On Tue, May 2, 2023 at 2:57 PM Thomas Huth <thuth@redhat.com> wrote:

> The URLs here are not valid anymore - looks like the assets got moved
> into the pub/archive/ subfolder instead.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
>

Reviewed-by: Marc-André Lureau <marcandre.lureau@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.31.1
>
>