Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-02-09 Thread Lukáš Doktor
Dne 9.2.2018 v 00:41 Alistair Francis napsal(a): > On Thu, Feb 8, 2018 at 3:38 PM, Alistair Francis wrote: >> On Mon, Feb 5, 2018 at 8:34 AM, Cleber Rosa wrote: >>> >>> >>> On 02/01/2018 07:10 PM, Alistair Francis wrote: On Wed, Jan 17, 2018 at 4:47 PM, Cleber Rosa wrote: > > >

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-02-08 Thread Fam Zheng
On Thu, Jan 18, 2018 at 5:07 PM, Amador Pahim wrote: > Expanding on that, the vmimage lib downloads and caches the so called > "cloud images" from distros own repositories. Here's[1] some > documentation with usage examples, including one example on how to add > your own image provider. Linux dis

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-02-08 Thread Alistair Francis
On Thu, Feb 8, 2018 at 3:38 PM, Alistair Francis wrote: > On Mon, Feb 5, 2018 at 8:34 AM, Cleber Rosa wrote: >> >> >> On 02/01/2018 07:10 PM, Alistair Francis wrote: >>> On Wed, Jan 17, 2018 at 4:47 PM, Cleber Rosa wrote: On 01/17/2018 06:41 PM, Alistair Francis wrote: > On We

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-02-08 Thread Alistair Francis
On Mon, Feb 5, 2018 at 8:34 AM, Cleber Rosa wrote: > > > On 02/01/2018 07:10 PM, Alistair Francis wrote: >> On Wed, Jan 17, 2018 at 4:47 PM, Cleber Rosa wrote: >>> >>> >>> On 01/17/2018 06:41 PM, Alistair Francis wrote: On Wed, Jan 17, 2018 at 12:05 AM, Cleber Rosa wrote: > TL;DR >

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-02-05 Thread Cleber Rosa
On 02/01/2018 07:10 PM, Alistair Francis wrote: > On Wed, Jan 17, 2018 at 4:47 PM, Cleber Rosa wrote: >> >> >> On 01/17/2018 06:41 PM, Alistair Francis wrote: >>> On Wed, Jan 17, 2018 at 12:05 AM, Cleber Rosa wrote: TL;DR = This is about how QEMU developers can get start

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-02-05 Thread Cleber Rosa
On 01/25/2018 09:11 AM, Stefan Hajnoczi wrote: > On Wed, Jan 17, 2018 at 03:05:54AM -0500, Cleber Rosa wrote: >> This is about how QEMU developers can get started with functional >> tests that are built on top of the Avocado libraries (and meant to be >> run with the Avocado test runner). > > He

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-02-01 Thread Alistair Francis
On Thu, Jan 18, 2018 at 1:25 AM, Lukáš Doktor wrote: > Dne 18.1.2018 v 00:41 Alistair Francis napsal(a): >> On Wed, Jan 17, 2018 at 12:05 AM, Cleber Rosa wrote: >>> TL;DR >>> = >>> >>> This is about how QEMU developers can get started with functional >>> tests that are built on top of the Avo

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-02-01 Thread Alistair Francis
On Wed, Jan 17, 2018 at 4:47 PM, Cleber Rosa wrote: > > > On 01/17/2018 06:41 PM, Alistair Francis wrote: >> On Wed, Jan 17, 2018 at 12:05 AM, Cleber Rosa wrote: >>> TL;DR >>> = >>> >>> This is about how QEMU developers can get started with functional >>> tests that are built on top of the Av

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-01-25 Thread Stefan Hajnoczi
On Wed, Jan 17, 2018 at 03:05:54AM -0500, Cleber Rosa wrote: > This is about how QEMU developers can get started with functional > tests that are built on top of the Avocado libraries (and meant to be > run with the Avocado test runner). Here is my guess at where this fits into QEMU's testing land

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-01-18 Thread Lukáš Doktor
Dne 18.1.2018 v 00:41 Alistair Francis napsal(a): > On Wed, Jan 17, 2018 at 12:05 AM, Cleber Rosa wrote: >> TL;DR >> = >> >> This is about how QEMU developers can get started with functional >> tests that are built on top of the Avocado libraries (and meant to be >> run with the Avocado test r

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-01-18 Thread Amador Pahim
On Thu, Jan 18, 2018 at 1:47 AM, Cleber Rosa wrote: > > > On 01/17/2018 06:41 PM, Alistair Francis wrote: >> On Wed, Jan 17, 2018 at 12:05 AM, Cleber Rosa wrote: >>> TL;DR >>> = >>> >>> This is about how QEMU developers can get started with functional >>> tests that are built on top of the Av

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-01-17 Thread Cleber Rosa
On 01/17/2018 06:41 PM, Alistair Francis wrote: > On Wed, Jan 17, 2018 at 12:05 AM, Cleber Rosa wrote: >> TL;DR >> = >> >> This is about how QEMU developers can get started with functional >> tests that are built on top of the Avocado libraries (and meant to be >> run with the Avocado test r

Re: [Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-01-17 Thread Alistair Francis
On Wed, Jan 17, 2018 at 12:05 AM, Cleber Rosa wrote: > TL;DR > = > > This is about how QEMU developers can get started with functional > tests that are built on top of the Avocado libraries (and meant to be > run with the Avocado test runner). > > The past > > > The Avocado project[1]

[Qemu-devel] Functional tests (AKA Avocado-based tests)

2018-01-17 Thread Cleber Rosa
TL;DR = This is about how QEMU developers can get started with functional tests that are built on top of the Avocado libraries (and meant to be run with the Avocado test runner). The past The Avocado project[1] has been working, for quite some time now, on a "set of tools and librar