]> git.baikalelectronics.ru Git - uboot.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)
commitec6f97d455c9d8ce2351b6846e1a47e8c615864f
tree68bab3a15153db1c991d098e4960bb0b3fe0ed26
parent135fa8a269341c73644c9e0d696fd9ebcc076a4e
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]