Re: [Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-07-04 Thread Eduardo Habkost
On Wed, Jul 04, 2018 at 06:44:02PM -0300, Philippe Mathieu-Daudé wrote: > On 07/04/2018 05:47 PM, Eduardo Habkost wrote: > > On Wed, Jul 04, 2018 at 04:56:44PM -0300, Philippe Mathieu-Daudé wrote: > >> On 06/28/2018 07:45 PM, Philippe Mathieu-Daudé wrote: > >>> On 06/28/2018 03:36 PM, Alex Bennée

Re: [Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-07-04 Thread Philippe Mathieu-Daudé
On 07/04/2018 05:47 PM, Eduardo Habkost wrote: > On Wed, Jul 04, 2018 at 04:56:44PM -0300, Philippe Mathieu-Daudé wrote: >> On 06/28/2018 07:45 PM, Philippe Mathieu-Daudé wrote: >>> On 06/28/2018 03:36 PM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: > On 06/28/2018 01:23 PM, Alex

Re: [Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-07-04 Thread Eduardo Habkost
On Wed, Jul 04, 2018 at 04:56:44PM -0300, Philippe Mathieu-Daudé wrote: > On 06/28/2018 07:45 PM, Philippe Mathieu-Daudé wrote: > > On 06/28/2018 03:36 PM, Alex Bennée wrote: > >> Philippe Mathieu-Daudé writes: > >>> On 06/28/2018 01:23 PM, Alex Bennée wrote: [...] > > +def test(self): >

Re: [Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-07-04 Thread Philippe Mathieu-Daudé
Hi Alex, Cleber. On 06/28/2018 07:45 PM, Philippe Mathieu-Daudé wrote: > On 06/28/2018 03:36 PM, Alex Bennée wrote: >> Philippe Mathieu-Daudé writes: >>> On 06/28/2018 01:23 PM, Alex Bennée wrote: Philippe Mathieu-Daudé writes: > Similar to the BootLinuxConsoleX86_64 test: >

Re: [Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-06-28 Thread Philippe Mathieu-Daudé
On 06/28/2018 03:36 PM, Alex Bennée wrote: > Philippe Mathieu-Daudé writes: >> On 06/28/2018 01:23 PM, Alex Bennée wrote: >>> Philippe Mathieu-Daudé writes: >>> Similar to the BootLinuxConsoleX86_64 test: boot a Linux kernel on a Malta board and verify the serial is working.

Re: [Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-06-28 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 06/28/2018 01:23 PM, Alex Bennée wrote: >> >> Philippe Mathieu-Daudé writes: >> >>> Similar to the BootLinuxConsoleX86_64 test: >>> boot a Linux kernel on a Malta board and verify the serial is working. >>> >>> This test can be run using: >>> >>> $

Re: [Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-06-28 Thread Philippe Mathieu-Daudé
On 06/28/2018 01:23 PM, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > >> Similar to the BootLinuxConsoleX86_64 test: >> boot a Linux kernel on a Malta board and verify the serial is working. >> >> This test can be run using: >> >> $ avocado run -t endian:big tests/acceptance >> >>

Re: [Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-06-28 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Similar to the BootLinuxConsoleX86_64 test: > boot a Linux kernel on a Malta board and verify the serial is working. > > This test can be run using: > > $ avocado run -t endian:big tests/acceptance > > Signed-off-by: Philippe Mathieu-Daudé > --- >

[Qemu-devel] [PATCH v2 4/6] tests/acceptance: Add a BootLinuxConsoleMips test

2018-06-21 Thread Philippe Mathieu-Daudé
Similar to the BootLinuxConsoleX86_64 test: boot a Linux kernel on a Malta board and verify the serial is working. This test can be run using: $ avocado run -t endian:big tests/acceptance Signed-off-by: Philippe Mathieu-Daudé --- tests/acceptance/boot_linux_console.py | 38