tests/functional: Add a test for the arm microbit machine
authorThomas Huth <thuth@redhat.com>
Fri, 24 Jan 2025 10:17:09 +0000 (11:17 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 28 Jan 2025 18:40:19 +0000 (18:40 +0000)
commitcb5f6ca8af0f1dd2f55008855e542ec33479e929
treea2314a778aad064519dbf6d1d059472a8c409ecb
parent3499f7e356e7ce54fa65fd0e610625199de2c42b
tests/functional: Add a test for the arm microbit machine

We don't have any functional tests for this machine yet, thus let's
add a test with a MicroPython binary that is available online
(thanks to Joel Stanley for providing it, see:
 https://www.mail-archive.com/qemu-devel@nongnu.org/msg606064.html ).

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-id: 20250124101709.1591761-1-thuth@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_arm_microbit.py [new file with mode: 0755]