]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Tidy up tests for pre-load entry type
authorSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:19:57 +0000 (09:19 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:33:55 +0000 (09:33 -0600)
commitefda8ab201de0182c98d1038969c0189b2e3fe1f
tree5ef03d1d8cffa3d4dfd45226b053ff727b704b9e
parentbe71a05a417deb5fcea8e39e557f890626ab2352
binman: Tidy up tests for pre-load entry type

Drop the use of a numbered key file since numbering is just for the test
devicetree files. Also adjust the tests to avoid putting a hard-coded
path to binman in the file, using the entry arg instead.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/etype/pre_load.py
tools/binman/ftest.py
tools/binman/test/230_pre_load.dts
tools/binman/test/231_pre_load_pkcs.dts
tools/binman/test/232_pre_load_pss.dts
tools/binman/test/233_pre_load_invalid_padding.dts
tools/binman/test/234_pre_load_invalid_sha.dts
tools/binman/test/235_pre_load_invalid_algo.dts
tools/binman/test/236_pre_load_invalid_key.dts
tools/binman/test/dev.key [moved from tools/binman/test/230_dev.key with 100% similarity]