From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzfZF-0005od-Gk for qemu-devel@nongnu.org; Fri, 01 Mar 2019 05:39:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzfZE-0004pa-PG for qemu-devel@nongnu.org; Fri, 01 Mar 2019 05:39:01 -0500 Date: Fri, 1 Mar 2019 11:38:47 +0100 From: Cornelia Huck Message-ID: <20190301113847.742923a5.cohuck@redhat.com> In-Reply-To: <20190221005753.27955-9-crosa@redhat.com> References: <20190221005753.27955-1-crosa@redhat.com> <20190221005753.27955-9-crosa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v3 08/20] Boot Linux Console Test: rename the x86_64 after the arch and machine List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cleber Rosa Cc: qemu-devel@nongnu.org, Caio Carrara , Alex =?UTF-8?B?QmVubsOpZQ==?= , Wainer dos Santos Moschetta , Aleksandar Rikalo , Aurelien Jarno , Fam Zheng , Eduardo Habkost , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , Stefan Markovic , qemu-s390x@nongnu.org, Aleksandar Markovic On Wed, 20 Feb 2019 19:57:41 -0500 Cleber Rosa wrote: > Given that the test is specific to x86_64 and pc, and new tests are > going to be added to the same class, let's rename it accordingly. > Also, let's make the class documentation not architecture specific. >=20 > Signed-off-by: Cleber Rosa > Reviewed-by: Caio Carrara > Reviewed-by: Philippe Mathieu-Daud=C3=A9 > --- > tests/acceptance/boot_linux_console.py | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) >=20 Reviewed-by: Cornelia Huck