Re: [Qemu-devel] [RFC PATCH v2 1/6] avocado: Add a Test.arch property

2018-07-26 Thread Philippe Mathieu-Daudé
Hi Cleber, On 06/28/2018 07:03 PM, Philippe Mathieu-Daudé wrote: > On 06/28/2018 06:54 PM, Alex Bennée wrote: >> Alex Bennée writes: >>> Philippe Mathieu-Daudé writes: >>> Tests can change this property to run tests in other architectures than the host one. Signed-off-by: Phi

Re: [Qemu-devel] [RFC PATCH v2 1/6] avocado: Add a Test.arch property

2018-06-28 Thread Philippe Mathieu-Daudé
On 06/28/2018 06:54 PM, Alex Bennée wrote: > Alex Bennée writes: >> Philippe Mathieu-Daudé writes: >> >>> Tests can change this property to run tests in other >>> architectures than the host one. >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> --- >>> tests/acceptance/avocado_qemu/__init__.py

Re: [Qemu-devel] [RFC PATCH v2 1/6] avocado: Add a Test.arch property

2018-06-28 Thread Alex Bennée
Alex Bennée writes: > Philippe Mathieu-Daudé writes: > >> Tests can change this property to run tests in other >> architectures than the host one. >> >> Signed-off-by: Philippe Mathieu-Daudé >> --- >> tests/acceptance/avocado_qemu/__init__.py | 17 + >> 1 file changed, 13 ins

Re: [Qemu-devel] [RFC PATCH v2 1/6] avocado: Add a Test.arch property

2018-06-28 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Tests can change this property to run tests in other > architectures than the host one. > > Signed-off-by: Philippe Mathieu-Daudé > --- > tests/acceptance/avocado_qemu/__init__.py | 17 + > 1 file changed, 13 insertions(+), 4 deletions(-) > > d