]> git.baikalelectronics.ru Git - uboot.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)
commit13391cfa25f39913aa69258a578dc16faa2833f1
tree5ef03d1d8cffa3d4dfd45226b053ff727b704b9e
parent3a501c91c71d660271bcb649bf21a00ecaacf993
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_dev.key [deleted file]
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 [new file with mode: 0644]