Re: [Qemu-devel] [PATCH 1/2] tests.acceptance.avocado_qemu: Add support for powerpc

2019-07-26 Thread Cédric Le Goater
On 26/07/2019 09:18, sathn...@linux.vnet.ibm.com wrote: > From: Satheesh Rajendran > > Current acceptance test will not run in powerpc Little endian > environment due the arch name does not match the qemu binary path, > let's handle it. > > Signed-off-by: Satheesh Rajendran Reviewed-by: Cédric

[Qemu-devel] [PATCH 1/2] tests.acceptance.avocado_qemu: Add support for powerpc

2019-07-26 Thread sathnaga
From: Satheesh Rajendran Current acceptance test will not run in powerpc Little endian environment due the arch name does not match the qemu binary path, let's handle it. Signed-off-by: Satheesh Rajendran --- tests/acceptance/avocado_qemu/__init__.py | 4 1 file changed, 4 insertions(+)