]> git.baikalelectronics.ru Git - uboot.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)
commit180042d4241e955e44777f6c2f764d626ba3384c
tree1fb0c4e219db2eacc8673acca93e5680dc6d6395
parentb6c08f323b0d58f9a679e432181b43db8a9ff289
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