mbox series

[v6,0/2] tests: Add functional tests for HPPA machines

Message ID 20250102100340.43014-1-philmd@linaro.org
Headers show
Series tests: Add functional tests for HPPA machines | expand

Message

Philippe Mathieu-Daudé Jan. 2, 2025, 10:03 a.m. UTC
Since v5:
- Correct boot-serial-test machine name for stable (th_huth)

Philippe Mathieu-Daudé (2):
  tests/qtest/boot-serial-test: Correct HPPA machine name
  tests: Add functional tests for HPPA machines

 MAINTAINERS                           |  1 +
 tests/qtest/boot-serial-test.c        |  2 --
 tests/functional/meson.build          |  4 +++
 tests/functional/test_hppa_seabios.py | 35 +++++++++++++++++++++++++++
 tests/qtest/meson.build               |  2 +-
 5 files changed, 41 insertions(+), 3 deletions(-)
 create mode 100755 tests/functional/test_hppa_seabios.py

Comments

Richard Henderson Jan. 2, 2025, 2:54 p.m. UTC | #1
On 1/2/25 02:03, Philippe Mathieu-Daudé wrote:
> Since v5:
> - Correct boot-serial-test machine name for stable (th_huth)
> 
> Philippe Mathieu-Daudé (2):
>    tests/qtest/boot-serial-test: Correct HPPA machine name
>    tests: Add functional tests for HPPA machines
> 
>   MAINTAINERS                           |  1 +
>   tests/qtest/boot-serial-test.c        |  2 --
>   tests/functional/meson.build          |  4 +++
>   tests/functional/test_hppa_seabios.py | 35 +++++++++++++++++++++++++++
>   tests/qtest/meson.build               |  2 +-
>   5 files changed, 41 insertions(+), 3 deletions(-)
>   create mode 100755 tests/functional/test_hppa_seabios.py
> 
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~