[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH 09/18] Boot Linux Console Test: update the x86_6
From: |
Caio Carrara |
Subject: |
Re: [qemu-s390x] [PATCH 09/18] Boot Linux Console Test: update the x86_64 kernel |
Date: |
Mon, 21 Jan 2019 18:27:13 -0200 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Thu, Jan 17, 2019 at 01:56:19PM -0500, Cleber Rosa wrote:
> 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>
> ---
> 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
>
--
Caio Carrara
Software Engineer, Virt Team - Red Hat
address@hidden
- Re: [qemu-s390x] [PATCH 02/18] Acceptance tests: show avocado test execution by default, (continued)
- [qemu-s390x] [PATCH 12/18] Boot Linux Console Test: add a test for mips + malta, Cleber Rosa, 2019/01/17
- [qemu-s390x] [PATCH 11/18] scripts/qemu.py: support adding a console with the default serial device, Cleber Rosa, 2019/01/17
- [qemu-s390x] [PATCH 09/18] Boot Linux Console Test: update the x86_64 kernel, Cleber Rosa, 2019/01/17
- Re: [qemu-s390x] [PATCH 09/18] Boot Linux Console Test: update the x86_64 kernel,
Caio Carrara <=
- [qemu-s390x] [PATCH 04/18] Acceptance tests: fix doc reference to avocado_qemu directory, Cleber Rosa, 2019/01/17
- [qemu-s390x] [PATCH 05/18] Acceptance tests: introduce arch parameter and attribute, Cleber Rosa, 2019/01/17