]> git.dujemihanovic.xyz Git - u-boot.git/commit
test: env: add test for u-boot-initial-env creation
authorMax Krummenacher <max.krummenacher@toradex.com>
Fri, 9 Dec 2022 12:09:56 +0000 (13:09 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 11 Jan 2023 20:02:23 +0000 (15:02 -0500)
commite64289e1ec7c66a2d858aff65c0af501557d538b
treec772899fabe8135b55743195fec69b7a2d84429c
parent5b333b932495ff4348978f93ef273c73de99b7d2
test: env: add test for u-boot-initial-env creation

Checks that `make u-boot-initial-env` creates the text file
u-boot-initial-env and checks that it at least contains
`board=<something>`.

Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_env.py