[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 09/20] Boot Linux Console Test: update the x86_64
From: |
Cleber Rosa |
Subject: |
[qemu-s390x] [PATCH v2 09/20] Boot Linux Console Test: update the x86_64 kernel |
Date: |
Fri, 1 Feb 2019 19:55:59 -0500 |
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.
Reviewed-by: Caio Carrara <address@hidden>
Signed-off-by: Cleber Rosa <address@hidden>
---
tests/acceptance/boot_linux_console.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/acceptance/boot_linux_console.py
b/tests/acceptance/boot_linux_console.py
index 89df7f6e4f..35b31162d4 100644
--- a/tests/acceptance/boot_linux_console.py
+++ b/tests/acceptance/boot_linux_console.py
@@ -28,9 +28,9 @@ class BootLinuxConsole(Test):
:avocado: tags=arch:x86_64
:avocado: tags=machine:pc
"""
- kernel_url = ('https://mirrors.kernel.org/fedora/releases/28/'
+ kernel_url = ('https://mirrors.kernel.org/fedora/releases/29/'
'Everything/x86_64/os/images/pxeboot/vmlinuz')
- kernel_hash = '238e083e114c48200f80d889f7e32eeb2793e02a'
+ kernel_hash = '23bebd2680757891cf7adedb033532163a792495'
kernel_path = self.fetch_asset(kernel_url, asset_hash=kernel_hash)
self.vm.set_machine('pc')
--
2.20.1
- [qemu-s390x] [PATCH v2 05/20] Acceptance tests: introduce arch parameter and attribute, (continued)
[qemu-s390x] [PATCH v2 20/20] Boot Linux Console Test: add a test for alpha + clipper, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 10/20] Boot Linux Console Test: add common kernel command line options, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 01/20] scripts/qemu.py: log QEMU launch command line, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 12/20] Boot Linux Console Test: refactor the console watcher into utility method, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 09/20] Boot Linux Console Test: update the x86_64 kernel,
Cleber Rosa <=
[qemu-s390x] [PATCH v2 11/20] Boot Linux Console Test: increase timeout, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 13/20] scripts/qemu.py: support adding a console with the default serial device, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 08/20] Boot Linux Console Test: rename the x86_64 after the arch and machine, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 18/20] Boot Linux Console Test: add a test for arm + virt, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 06/20] Acceptance tests: use "arch:" tag to filter target specific tests, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 19/20] Boot Linux Console Test: add a test for s390x + s390-ccw-virtio, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 15/20] Boot Linux Console Test: add a test for mips64el + malta, Cleber Rosa, 2019/02/01
[qemu-s390x] [PATCH v2 14/20] Boot Linux Console Test: add a test for mips + malta, Cleber Rosa, 2019/02/01
Re: [qemu-s390x] [Qemu-devel] [PATCH v2 00/20] Acceptance Tests: target architecture support, no-reply, 2019/02/02