]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: Add a test for the bootstd menu
authorSimon Glass <sjg@chromium.org>
Fri, 6 Jan 2023 14:52:41 +0000 (08:52 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 16 Jan 2023 23:26:51 +0000 (18:26 -0500)
commitd985f1dbddb241c21a9150abf59dd386ba1ffe05
tree1fb0c4e219db2eacc8673acca93e5680dc6d6395
parent02d929bfb25af22171dbd100f38ffd8fa6bf6238
bootstd: Add a test for the bootstd menu

Add a test which checks that two operating systems can be displayed in a
menu, allowing one to be selected.

Enable a few things on snow so that the unit tests build.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
configs/snow_defconfig
test/boot/bootflow.c
test/py/tests/bootstd/armbian.bmp.xz [new file with mode: 0644]
test/py/tests/bootstd/mmc4.img.xz [new file with mode: 0644]
test/py/tests/test_ut.py