]> git.baikalelectronics.ru Git - uboot.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)
commitc16e96d5fa3eca929de1be859395ee0ae6604627
treec772899fabe8135b55743195fec69b7a2d84429c
parent0923da9de1a7097e2d459142726cdbdcb3c84675
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