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

2018-05-25 Thread Cleber Rosa
On 05/25/2018 01:33 AM, Fam Zheng wrote: > On Thu, 05/24 20:58, 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 t

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

2018-05-24 Thread Fam Zheng
On Thu, 05/24 20:58, 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 (test_version.py) > > Additional functionali

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

2018-05-24 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 (test_version.py) Additional functionality is expected to be added along the tests that require