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

2018-05-10 Thread Alistair Francis
On Tue, May 8, 2018 at 10:57 PM, Fam Zheng wrote: > On Mon, 05/07 13:09, 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 >> --- >> tests/docker

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

2018-05-10 Thread Alistair Francis
On Tue, May 8, 2018 at 8:49 AM, Philippe Mathieu-Daudé wrote: > Hi Alistair, > > On 05/07/2018 09:02 PM, Philippe Mathieu-Daudé wrote: >>> On 05/07/2018 05:09 PM, Alistair Francis wrote: > [...]>>> +++ b/tests/docker/test-avocado @@ -0,0 +1,28 @@ +#!/bin/bash -e +# +# Avocado t

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

2018-05-10 Thread Alistair Francis
On Mon, May 7, 2018 at 5:02 PM, Philippe Mathieu-Daudé wrote: > On 05/07/2018 07:44 PM, Philippe Mathieu-Daudé wrote: >> Hi Alistair, >> >> On 05/07/2018 05:09 PM, Alistair Francis wrote: >>> Avocado is not trivial to setup on non-Fedora systems. To simplfying >>> future testing add a docker test

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

2018-05-08 Thread Fam Zheng
On Mon, 05/07 13:09, 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 > --- > tests/docker/dockerfiles/fedora.docker | 12 +-- > tests/docke

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

2018-05-08 Thread Philippe Mathieu-Daudé
Hi Alistair, On 05/07/2018 09:02 PM, Philippe Mathieu-Daudé wrote: >> On 05/07/2018 05:09 PM, Alistair Francis wrote: [...]>>> +++ b/tests/docker/test-avocado >>> @@ -0,0 +1,28 @@ >>> +#!/bin/bash -e >>> +# >>> +# Avocado tests on Fedora, as these are a real pain on Debian systems >> >> Have been

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

2018-05-07 Thread Philippe Mathieu-Daudé
On 05/07/2018 07:44 PM, Philippe Mathieu-Daudé wrote: > Hi Alistair, > > On 05/07/2018 05:09 PM, 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. > > How big is the image with the new

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

2018-05-07 Thread Philippe Mathieu-Daudé
Hi Alistair, On 05/07/2018 05:09 PM, 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. How big is the image with the new packages? If not everybody is interested in using Avocado and Py

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

2018-05-07 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 --- tests/docker/dockerfiles/fedora.docker | 12 +-- tests/docker/test-avocado | 28 ++