[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 12/18] Boot Linux Console Test: add a test for m
From: |
Caio Carrara |
Subject: |
Re: [Qemu-devel] [PATCH 12/18] Boot Linux Console Test: add a test for mips + malta |
Date: |
Mon, 21 Jan 2019 18:30:23 -0200 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Thu, Jan 17, 2019 at 01:56:22PM -0500, Cleber Rosa wrote:
> From: Philippe Mathieu-Daudé <address@hidden>
>
> Similar to the x86_64 + pc test, it boots a Linux kernel on a Malta
> board and verify the serial is working. Also, it relies on the serial
> device set by the machine itself.
>
> If mips is a target being built, "make check-acceptance" will
> automatically include this test by the use of the "arch:mips" tags.
>
> Alternatively, this test can be run using:
>
> $ avocado run -t arch:mips tests/acceptance
> $ avocado run -t machine:malta tests/acceptance
> $ avocado run -t endian:big tests/acceptance
>
> Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
> Signed-off-by: Cleber Rosa <address@hidden>
Reviewed-by: Caio Carrara <address@hidden>
> ---
> .travis.yml | 2 +-
> scripts/qemu.py | 1 -
> tests/acceptance/boot_linux_console.py | 20 ++++++++++++++++++++
> 3 files changed, 21 insertions(+), 2 deletions(-)
>
{...}
>
--
Caio Carrara
Software Engineer, Virt Team - Red Hat
address@hidden
- [Qemu-devel] [PATCH 00/18] Acceptance Tests: target architecture support, Cleber Rosa, 2019/01/17
- [Qemu-devel] [PATCH 02/18] Acceptance tests: show avocado test execution by default, Cleber Rosa, 2019/01/17
- [Qemu-devel] [PATCH 09/18] Boot Linux Console Test: update the x86_64 kernel, Cleber Rosa, 2019/01/17
- [Qemu-devel] [PATCH 11/18] scripts/qemu.py: support adding a console with the default serial device, Cleber Rosa, 2019/01/17
- [Qemu-devel] [PATCH 12/18] Boot Linux Console Test: add a test for mips + malta, Cleber Rosa, 2019/01/17
- [Qemu-devel] [PATCH 04/18] Acceptance tests: fix doc reference to avocado_qemu directory, Cleber Rosa, 2019/01/17
- [Qemu-devel] [PATCH 05/18] Acceptance tests: introduce arch parameter and attribute, Cleber Rosa, 2019/01/17