From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37136) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fTAXo-0005wY-8i for qemu-devel@nongnu.org; Wed, 13 Jun 2018 14:30:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fTAXj-0002mH-BX for qemu-devel@nongnu.org; Wed, 13 Jun 2018 14:30:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59088) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fTAXi-0002ig-JQ for qemu-devel@nongnu.org; Wed, 13 Jun 2018 14:30:50 -0400 Date: Wed, 13 Jun 2018 15:30:41 -0300 From: Eduardo Habkost Message-ID: <20180613183041.GF24764@localhost.localdomain> References: <20180530184156.15634-1-crosa@redhat.com> <20180530184156.15634-6-crosa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v4 5/5] Acceptance tests: add Linux kernel boot and console checking test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe =?iso-8859-1?Q?Mathieu-Daud=E9?= Cc: Cleber Rosa , qemu-devel@nongnu.org, Fam Zheng , Stefan Hajnoczi , Amador Pahim On Wed, May 30, 2018 at 05:57:52PM -0300, Philippe Mathieu-Daud=E9 wrote: [...] > > +class BootLinuxConsole(Test): > > + """ > > + Boots a x86_64 Linux kernel and checks that the console is opera= tional > > + and the kernel command line is properly passed from QEMU to the = kernel > > + > > + :avocado: enable > > + :avocado: tags=3Dx86_64 >=20 > Can you move tags=3Dx86_64 to the test() method? I'm queueing this patch as is, as the tag here seems harmless. A follow-up patch will be required if you want to move the tag. --=20 Eduardo