[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v5 08/20] Boot Linux Console Test: update the x86_64
From: |
Cleber Rosa |
Subject: |
[qemu-s390x] [PATCH v5 08/20] Boot Linux Console Test: update the x86_64 kernel |
Date: |
Tue, 12 Mar 2019 13:18:12 -0400 |
Update to the stock Fedora 29 kernel, from the Fedora 28. New tests
will be added using the 29 kernel, so for consistency, let's also
update it here.
Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Caio Carrara <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Acked-by: Cornelia Huck <address@hidden>
CC: Daniel P. Berrangé <address@hidden>
---
tests/acceptance/boot_linux_console.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/acceptance/boot_linux_console.py
b/tests/acceptance/boot_linux_console.py
index 4d57741bd8..03a4445176 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -26,9 +26,9 @@ class BootLinuxConsole(Test):
:avocado: tags=arch:x86_64
:avocado: tags=machine:pc
"""
- kernel_url = ('https://mirrors.kernel.org/fedora/releases/28/'
- 'Everything/x86_64/os/images/pxeboot/vmlinuz')
- kernel_hash = '238e083e114c48200f80d889f7e32eeb2793e02a'
+ kernel_url = ('https://download.fedoraproject.org/pub/fedora/linux/'
+
'releases/29/Everything/x86_64/os/images/pxeboot/vmlinuz')
+ kernel_hash = '23bebd2680757891cf7adedb033532163a792495'
kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
self.vm.set_machine('pc')
--
2.20.1
- Re: [qemu-s390x] [PATCH v5 16/20] Boot Linux Console Test for ppc64 + pseries: use power8 CPU model, (continued)
- [qemu-s390x] [PATCH v5 17/20] Boot Linux Console Test: add a test for aarch64 + virt, Cleber Rosa, 2019/03/12
- [qemu-s390x] [PATCH v5 19/20] Boot Linux Console Test: add a test for s390x + s390-ccw-virtio, Cleber Rosa, 2019/03/12
- [qemu-s390x] [PATCH v5 20/20] Boot Linux Console Test: add a test for alpha + clipper, Cleber Rosa, 2019/03/12
- [qemu-s390x] [PATCH v5 18/20] Boot Linux Console Test: add a test for arm + virt, Cleber Rosa, 2019/03/12
- [qemu-s390x] [PATCH v5 01/20] Acceptance tests: show avocado test execution by default, Cleber Rosa, 2019/03/12
- [qemu-s390x] [PATCH v5 02/20] Acceptance tests: improve docstring on pick_default_qemu_bin(), Cleber Rosa, 2019/03/12
- [qemu-s390x] [PATCH v5 09/20] Boot Linux Console Test: add common kernel command line options, Cleber Rosa, 2019/03/12
- [qemu-s390x] [PATCH v5 08/20] Boot Linux Console Test: update the x86_64 kernel,
Cleber Rosa <=
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/20] Acceptance Tests: target architecture support, Markus Armbruster, 2019/03/18
- Re: [qemu-s390x] [Qemu-devel] [PATCH v5 00/20] Acceptance Tests: target architecture support, Eduardo Habkost, 2019/03/18