From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:58688) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h0COh-0000LN-0M for qemu-devel@nongnu.org; Sat, 02 Mar 2019 16:42:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h0COf-0002eg-Tm for qemu-devel@nongnu.org; Sat, 02 Mar 2019 16:42:18 -0500 Received: from mail-wr1-f66.google.com ([209.85.221.66]:42061) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h0COf-0002Qt-4H for qemu-devel@nongnu.org; Sat, 02 Mar 2019 16:42:17 -0500 Received: by mail-wr1-f66.google.com with SMTP id r5so1452664wrg.9 for ; Sat, 02 Mar 2019 13:42:16 -0800 (PST) References: <20190221005753.27955-1-crosa@redhat.com> <20190221005753.27955-10-crosa@redhat.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Message-ID: <540075f0-5217-db8e-e4b0-36849bb7738d@redhat.com> Date: Sat, 2 Mar 2019 22:42:13 +0100 MIME-Version: 1.0 In-Reply-To: <20190221005753.27955-10-crosa@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 09/20] Boot Linux Console Test: update the x86_64 kernel List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cleber Rosa , qemu-devel@nongnu.org Cc: Caio Carrara , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Wainer dos Santos Moschetta , Aleksandar Rikalo , Aurelien Jarno , Fam Zheng , Eduardo Habkost , Stefan Markovic , qemu-s390x@nongnu.org, Aleksandar Markovic , Cornelia Huck 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 ... ? > added using the 29 kernel, so for consistency, let's also update it > here. > > Signed-off-by: Cleber Rosa > Reviewed-by: Caio Carrara Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé > --- > 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') >