]> git.dujemihanovic.xyz Git - u-boot.git/commit
binman: Add tests for etype encrypted
authorChristian Taedcke <christian.taedcke@weidmueller.com>
Mon, 17 Jul 2023 07:05:54 +0000 (09:05 +0200)
committerSimon Glass <sjg@chromium.org>
Mon, 24 Jul 2023 15:34:10 +0000 (09:34 -0600)
commit289e6007cf30ea7947b226a37c45f47159eb67b1
tree68bab3a15153db1c991d098e4960bb0b3fe0ed26
parentdcd3d76b7ba9dc571c72bc908eaf925a526bdf20
binman: Add tests for etype encrypted

Add tests to reach 100% code coverage for the added etype encrypted.

Signed-off-by: Christian Taedcke <christian.taedcke@weidmueller.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/binman/ftest.py
tools/binman/test/301_encrypted_no_algo.dts [new file with mode: 0644]
tools/binman/test/302_encrypted_invalid_iv_file.dts [new file with mode: 0644]
tools/binman/test/303_encrypted_missing_key.dts [new file with mode: 0644]
tools/binman/test/304_encrypted_key_source.dts [new file with mode: 0644]
tools/binman/test/305_encrypted_key_file.dts [new file with mode: 0644]