mbox series

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

Message ID 20210112164045.98565-1-thuth@redhat.com
Headers show
Series Acceptance tests for mpc8544ds & virtex-ml507 ppc machines | expand

Message

Thomas Huth Jan. 12, 2021, 4:40 p.m. UTC
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

Comments

Philippe Mathieu-Daudé Feb. 4, 2021, 2:08 p.m. UTC | #1
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.