]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Add test for imx8mp-evk board with USDHC coverage
authorBernhard Beschow <shentey@gmail.com>
Wed, 9 Apr 2025 20:26:30 +0000 (22:26 +0200)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 6 May 2025 14:01:23 +0000 (15:01 +0100)
commitcef2274dfab2e0a1795297b98dd89d59e1d01e85
tree9ee3f075cbff352b8cd72ec9f98fc2f36e93f8f0
parent358a1bc71359f03bfb64154ed3238f7c571e7872
tests/functional: Add test for imx8mp-evk board with USDHC coverage

Introduce a functional test which boots Debian 12 on the imx8mp-evk board. Since
the root filesystem resides on an SD card, the test also verifies the basic
operation of the USDHC.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-id: 20250409202630.19667-1-shentey@gmail.com
[PMM: added extra blank line as suggested by thuth;
 set timeout to 240s]
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_aarch64_imx8mp_evk.py [new file with mode: 0755]