diff options
author | Thomas Huth <thuth@redhat.com> | 2023-05-02 12:57:21 +0200 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2023-05-16 09:05:23 +0200 |
commit | 57822f71ddd64e79933539376fa1139433edcc4f (patch) | |
tree | c613e505654f66b050567fd8b3cf0a689d1d686a | |
parent | ab4c44d657aeca7e1da6d6dcb1741c8e7d357b8b (diff) | |
download | qemu-57822f71ddd64e79933539376fa1139433edcc4f.zip qemu-57822f71ddd64e79933539376fa1139433edcc4f.tar.gz qemu-57822f71ddd64e79933539376fa1139433edcc4f.tar.bz2 |
tests/avocado/virtio-gpu: Fix the URLs of the test_virtio_vga_virgl test
The URLs here are not valid anymore - looks like the assets got moved
into the pub/archive/ subfolder instead.
Message-Id: <20230502105721.1661930-1-thuth@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
-rw-r--r-- | tests/avocado/virtio-gpu.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/avocado/virtio-gpu.py b/tests/avocado/virtio-gpu.py index 2a249a3..e3b58fe 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" ) |