qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] tests/functional: Convert Raspberry Pi avocado tests
@ 2024-08-26 22:10 Philippe Mathieu-Daudé
  2024-08-26 22:10 ` [PATCH 1/4] tests/functional: Add a class containing Linux kernel helpers Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Philippe Mathieu-Daudé @ 2024-08-26 22:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Cleber Rosa, Thomas Huth, Sergey Kambalin, qemu-arm,
	Wainer dos Santos Moschetta, Beraldo Leal, Peter Maydell,
	Philippe Mathieu-Daudé

▶ 4/5 test_aarch64_raspi3.Aarch64Raspi3Machine.test_aarch64_raspi3_atf                OK
4/5 qemu:func-thorough+func-aarch64-thorough+thorough / func-aarch64-aarch64_raspi3   OK   1.96s   1 subtests passed
▶ 5/5 test_aarch64_raspi4.Aarch64Raspi4Machine.test_arm_raspi4                        OK
5/5 qemu:func-thorough+func-aarch64-thorough+thorough / func-aarch64-aarch64_raspi4   OK   5.19s   1 subtests passed
▶ 6/6 test_arm_raspi2.ArmRaspi2Machine.test_arm_raspi2_initrd                         OK
▶ 6/6 test_arm_raspi2.ArmRaspi2Machine.test_arm_raspi2_uart0                          OK
6/6 qemu:func-thorough+func-arm-thorough+thorough / func-arm-arm_raspi2               OK   15.31s   2 subtests passed

Based-on: <20240821082748.65853-1-thuth@redhat.com>

Philippe Mathieu-Daudé (4):
  tests/functional: Add a class containing Linux kernel helpers
  tests/functional: Convert ARM Raspi2 avocado tests
  tests/functional: Convert Aarch64 Raspi3 avocado tests
  tests/functional: Convert Aarch64 Raspi4 avocado tests

 MAINTAINERS                                |   3 +
 tests/avocado/boot_linux_console.py        | 205 ---------------------
 tests/functional/meson.build               |   6 +
 tests/functional/qemu_test/linux_kernel.py |  19 ++
 tests/functional/test_aarch64_raspi3.py    |  42 +++++
 tests/functional/test_aarch64_raspi4.py    | 106 +++++++++++
 tests/functional/test_arm_raspi2.py        | 103 +++++++++++
 7 files changed, 279 insertions(+), 205 deletions(-)
 create mode 100644 tests/functional/qemu_test/linux_kernel.py
 create mode 100755 tests/functional/test_aarch64_raspi3.py
 create mode 100755 tests/functional/test_aarch64_raspi4.py
 create mode 100755 tests/functional/test_arm_raspi2.py

-- 
2.45.2



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-08-27 12:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 22:10 [PATCH 0/4] tests/functional: Convert Raspberry Pi avocado tests Philippe Mathieu-Daudé
2024-08-26 22:10 ` [PATCH 1/4] tests/functional: Add a class containing Linux kernel helpers Philippe Mathieu-Daudé
2024-08-27  5:34   ` Thomas Huth
2024-08-27  9:21     ` Philippe Mathieu-Daudé
2024-08-27 12:29       ` Thomas Huth
2024-08-27 12:31       ` [PATCH 0/2] tests/functional: Add LinuxKernelTest class and convert Q800 test Thomas Huth
2024-08-27 12:31         ` [PATCH 1/2] tests/functional: Add the LinuxKernelTest for testing the Linux boot process Thomas Huth
2024-08-27 12:31         ` [PATCH 2/2] tests/functional: Convert the m68k Q800 Avocado test into a functional test Thomas Huth
2024-08-26 22:10 ` [PATCH 2/4] tests/functional: Convert ARM Raspi2 avocado tests Philippe Mathieu-Daudé
2024-08-26 22:10 ` [PATCH 3/4] tests/functional: Convert Aarch64 Raspi3 " Philippe Mathieu-Daudé
2024-08-26 22:10 ` [PATCH 4/4] tests/functional: Convert Aarch64 Raspi4 " Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).