[PATCH 0/4] tests/acceptance: nSeries and integrator/CP tests

Philippe Mathieu-Daudé posted 4 patches 5 years, 8 months ago
Test FreeBSD passed
Test docker-mingw@fedora failed
Test checkpatch passed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200225172501.29609-1-philmd@redhat.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>
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
[PATCH 0/4] tests/acceptance: nSeries and integrator/CP tests
Posted by Philippe Mathieu-Daudé 5 years, 8 months ago
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

-- 
2.21.1


Re: [PATCH 0/4] tests/acceptance: nSeries and integrator/CP tests
Posted by Peter Maydell 5 years, 8 months ago
On Tue, 25 Feb 2020 at 17:25, Philippe Mathieu-Daudé <philmd@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