On Tue, 25 Feb 2020 at 17:25, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > This series collects patches adding tests for arm machines. > All patches are reviewed. > > Philippe Mathieu-Daudé (2): > tests/acceptance: Extract boot_integratorcp() from test_integratorcp() > tests/acceptance/integratorcp: Verify Tux is displayed on framebuffer > > Thomas Huth (2): > tests/acceptance: Add a test for the N800 and N810 arm machines > tests/acceptance: Add a test for the integratorcp arm machine > > MAINTAINERS | 2 + > tests/acceptance/machine_arm_integratorcp.py | 99 ++++++++++++++++++++ > tests/acceptance/machine_arm_n8x0.py | 49 ++++++++++ > 3 files changed, 150 insertions(+) > create mode 100644 tests/acceptance/machine_arm_integratorcp.py > create mode 100644 tests/acceptance/machine_arm_n8x0.py
Applied to target-arm.next, thanks. -- PMM