Re: [Qemu-devel] [PATCH v4 1/5] Add functional/acceptance tests infrastructure

2018-05-31 Thread Stefan Hajnoczi
On Wed, May 30, 2018 at 02:41:52PM -0400, Cleber Rosa wrote: > + * Donwload (and cache) remote data files, such as firmware and kernel s/Donwload/Download/ Aside from that: Reviewed-by: Stefan Hajnoczi signature.asc Description: PGP signature

Re: [Qemu-devel] [PATCH v4 1/5] Add functional/acceptance tests infrastructure

2018-05-30 Thread Philippe Mathieu-Daudé
Hi Cleber, On 05/30/2018 03:41 PM, Cleber Rosa wrote: > This patch adds the very minimum infrastructure necessary for writing > and running functional/acceptance tests, including: > > * Documentation > * The avocado_qemu.Test base test class > * One example tests (version.py) > > Additional f

[Qemu-devel] [PATCH v4 1/5] Add functional/acceptance tests infrastructure

2018-05-30 Thread Cleber Rosa
This patch adds the very minimum infrastructure necessary for writing and running functional/acceptance tests, including: * Documentation * The avocado_qemu.Test base test class * One example tests (version.py) Additional functionality is expected to be added along the tests that require them.