]> git.ipfire.org Git - thirdparty/u-boot.git/commit
test: Add test for source command
authorSean Anderson <sean.anderson@seco.com>
Mon, 12 Dec 2022 19:12:08 +0000 (14:12 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 31 Dec 2022 18:35:19 +0000 (13:35 -0500)
commit895999261ca02882813d477f28ba06c8060d9c43
tree17ee727692ca2907acd36e951b3616517902115d
parentb5fd7b4a31e5098ff024ebc63bccfcb2b4429c82
test: Add test for source command

This adds a basic test for FIT image handling by the source command.
It's a python test becase we need to run mkimage.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/py/tests/source.its [new file with mode: 0644]
test/py/tests/test_source.py [new file with mode: 0644]