[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v3 09/20] Boot Linux Console Test: update the x8
From: |
Cleber Rosa |
Subject: |
Re: [qemu-s390x] [PATCH v3 09/20] Boot Linux Console Test: update the x86_64 kernel |
Date: |
Mon, 11 Mar 2019 20:00:48 -0400 |
User-agent: |
NeoMutt/20180716 |
On Sat, Mar 02, 2019 at 10:42:13PM +0100, Philippe Mathieu-Daudé wrote:
> On 2/21/19 1:57 AM, Cleber Rosa wrote:
> > To the stock Fedora 29 kernel, from the Fedora 28. New tests will be
>
> [Update] to ... ?
>
Right... I used this line as a continuation of the commit title,
but probably shouldn't have done that.
> > 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>
>
Thanks!
- Cleber.
> > ---
> > 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')
> >