[PATCH 0/3] Acceptance tests for mpc8544ds & virtex-ml507 ppc machines

Thomas Huth posted 3 patches 3 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210112164045.98565-1-thuth@redhat.com
Maintainers: Greg Kurz <groug@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Cleber Rosa <crosa@redhat.com>, "Philippe Mathieu-Daudé" <philmd@redhat.com>
MAINTAINERS                            |  1 +
tests/acceptance/boot_linux_console.py | 19 -------
tests/acceptance/machine_ppc.py        | 69 ++++++++++++++++++++++++++
3 files changed, 70 insertions(+), 19 deletions(-)
create mode 100644 tests/acceptance/machine_ppc.py
[PATCH 0/3] Acceptance tests for mpc8544ds & virtex-ml507 ppc machines
Posted by Thomas Huth 3 years, 3 months ago
Let's use the two new images from the QEMU advent calendar 2020 to test
the mpc8544ds & virtex-ml507 ppc machines.

Thomas Huth (3):
  tests/acceptance: Move the pseries test to a separate file
  tests/acceptance: Test the mpc8544ds machine
  tests/acceptance: Add a test for the virtex-ml507 ppc machine

 MAINTAINERS                            |  1 +
 tests/acceptance/boot_linux_console.py | 19 -------
 tests/acceptance/machine_ppc.py        | 69 ++++++++++++++++++++++++++
 3 files changed, 70 insertions(+), 19 deletions(-)
 create mode 100644 tests/acceptance/machine_ppc.py

-- 
2.27.0


Re: [PATCH 0/3] Acceptance tests for mpc8544ds & virtex-ml507 ppc machines
Posted by Philippe Mathieu-Daudé 3 years, 2 months ago
On 1/12/21 5:40 PM, Thomas Huth wrote:
> Let's use the two new images from the QEMU advent calendar 2020 to test
> the mpc8544ds & virtex-ml507 ppc machines.
> 
> Thomas Huth (3):
>   tests/acceptance: Move the pseries test to a separate file
>   tests/acceptance: Test the mpc8544ds machine
>   tests/acceptance: Add a test for the virtex-ml507 ppc machine
> 
>  MAINTAINERS                            |  1 +
>  tests/acceptance/boot_linux_console.py | 19 -------
>  tests/acceptance/machine_ppc.py        | 69 ++++++++++++++++++++++++++
>  3 files changed, 70 insertions(+), 19 deletions(-)
>  create mode 100644 tests/acceptance/machine_ppc.py

Thanks, series applied to my acceptance-testing tree.