]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Add a functional test for the collie board
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 29 Oct 2024 12:54:42 +0000 (12:54 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 29 Oct 2024 15:04:46 +0000 (15:04 +0000)
commitaff835834b745b5a60483aa436b7f3db4c45c753
tree3bb559a500bb4063b16ab5f55138ef63fb1e6929
parent77dd098a5e790e3ede0dea5ddd5f690086fe608c
tests/functional: Add a functional test for the collie board

Add a functional test for the collie board that uses the kernel and
rootfs provided by Guenter Roeck in the linux-test-downloads repo:
 https://github.com/groeck/linux-test-downloads/

This just boots Linux with a userspace that immediately reboots
the board, so we wait for the reboot log line.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20241017163247.711244-2-peter.maydell@linaro.org
MAINTAINERS
tests/functional/meson.build
tests/functional/test_arm_collie.py [new file with mode: 0755]