Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-23 Thread Cleber Rosa
On 05/23/2018 05:35 AM, Lucas Meneghel Rodrigues wrote: > Me and Cleber were talking about running avocado in containers, and we > verified there are some things we need to fix in avocado to make it > work well under container environments. One of the main offenders is > our service manager

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-23 Thread Lucas Meneghel Rodrigues
Me and Cleber were talking about running avocado in containers, and we verified there are some things we need to fix in avocado to make it work well under container environments. One of the main offenders is our service manager library, that was created to deal with sysvinit and systemd, but

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-22 Thread Lucas Meneghel Rodrigues
On Tue, May 22, 2018 at 9:50 PM, Cleber Rosa wrote: > > > On 05/21/2018 07:32 PM, Philippe Mathieu-Daudé wrote: >> On 05/21/2018 07:33 PM, Alistair Francis wrote: >>> On Sun, May 20, 2018 at 8:16 PM, Fam Zheng wrote: On Fri, 05/18 11:34, Alistair Francis

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-22 Thread Cleber Rosa
On 05/21/2018 07:32 PM, Philippe Mathieu-Daudé wrote: > On 05/21/2018 07:33 PM, Alistair Francis wrote: >> On Sun, May 20, 2018 at 8:16 PM, Fam Zheng wrote: >>> On Fri, 05/18 11:34, Alistair Francis wrote: Avocado is not trivial to setup on non-Fedora systems. To

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-21 Thread Philippe Mathieu-Daudé
On 05/21/2018 07:33 PM, Alistair Francis wrote: > On Sun, May 20, 2018 at 8:16 PM, Fam Zheng wrote: >> On Fri, 05/18 11:34, Alistair Francis wrote: >>> Avocado is not trivial to setup on non-Fedora systems. To simplfying >>> future testing add a docker test image that runs

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-21 Thread Philippe Mathieu-Daudé
On 05/21/2018 07:37 PM, Alistair Francis wrote: > On Mon, May 21, 2018 at 10:26 AM, Philippe Mathieu-Daudé > wrote: >> Hi Alistair, Fam, >> >> On 05/21/2018 12:16 AM, Fam Zheng wrote: >>> On Fri, 05/18 11:34, Alistair Francis wrote: Avocado is not trivial to setup on

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-21 Thread Alistair Francis
On Mon, May 21, 2018 at 10:26 AM, Philippe Mathieu-Daudé wrote: > Hi Alistair, Fam, > > On 05/21/2018 12:16 AM, Fam Zheng wrote: >> On Fri, 05/18 11:34, Alistair Francis wrote: >>> Avocado is not trivial to setup on non-Fedora systems. To simplfying >>> future testing add a

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-21 Thread Alistair Francis
On Sun, May 20, 2018 at 8:16 PM, Fam Zheng wrote: > On Fri, 05/18 11:34, Alistair Francis wrote: >> Avocado is not trivial to setup on non-Fedora systems. To simplfying >> future testing add a docker test image that runs Avocado tests. >> >> Signed-off-by: Alistair Francis

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-21 Thread Philippe Mathieu-Daudé
Hi Alistair, Fam, On 05/21/2018 12:16 AM, Fam Zheng wrote: > On Fri, 05/18 11:34, Alistair Francis wrote: >> Avocado is not trivial to setup on non-Fedora systems. To simplfying >> future testing add a docker test image that runs Avocado tests. Can you add an entry in the "make docker" help

Re: [Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-20 Thread Fam Zheng
On Fri, 05/18 11:34, Alistair Francis wrote: > Avocado is not trivial to setup on non-Fedora systems. To simplfying > future testing add a docker test image that runs Avocado tests. > > Signed-off-by: Alistair Francis > --- > v2: > - Add a seperate fedora-avocado

[Qemu-devel] [PATCH v2 1/1] tests/docker: Add a Avocado Docker test

2018-05-18 Thread Alistair Francis
Avocado is not trivial to setup on non-Fedora systems. To simplfying future testing add a docker test image that runs Avocado tests. Signed-off-by: Alistair Francis --- v2: - Add a seperate fedora-avocado Docker image - Move the avocado vt-bootstrap into the Docker