From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gzfhc-0002PP-1I for qemu-devel@nongnu.org; Fri, 01 Mar 2019 05:47:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gzfha-0001ay-Qp for qemu-devel@nongnu.org; Fri, 01 Mar 2019 05:47:39 -0500 Date: Fri, 1 Mar 2019 11:47:21 +0100 From: Cornelia Huck Message-ID: <20190301114721.6b44a704.cohuck@redhat.com> In-Reply-To: <20190221005753.27955-13-crosa@redhat.com> References: <20190221005753.27955-1-crosa@redhat.com> <20190221005753.27955-13-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 12/20] Boot Linux Console Test: refactor the console watcher into utility method 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:45 -0500 Cleber Rosa wrote: > This introduces a utility method that monitors the console device and > looks for either a message that signals the test success or failure. >=20 > Signed-off-by: Cleber Rosa > Reviewed-by: Caio Carrara > Reviewed-by: Philippe Mathieu-Daud=C3=A9 > --- > tests/acceptance/boot_linux_console.py | 30 ++++++++++++++++++-------- > 1 file changed, 21 insertions(+), 9 deletions(-) Reviewed-by: Cornelia Huck