On Tue, 27 Jun 2023 at 08:39, <christian.taedcke-...@weidmueller.com> wrote:
>
> From: Christian Taedcke <christian.taed...@weidmueller.com>
>
> Add tests to reach 100% code coverage for the added etype encrypted.
>
> Signed-off-by: Christian Taedcke <christian.taed...@weidmueller.com>
> ---
>
>  tools/binman/ftest.py                         | 69 +++++++++++++++++++
>  .../binman/test/282_encrypted_no_content.dts  | 15 ++++
>  tools/binman/test/283_encrypted_no_algo.dts   | 19 +++++
>  .../test/284_encrypted_invalid_iv_file.dts    | 22 ++++++
>  tools/binman/test/285_encrypted.dts           | 29 ++++++++
>  tools/binman/test/286_encrypted_key_file.dts  | 30 ++++++++
>  .../test/287_encrypted_iv_name_hint.dts       | 30 ++++++++
>  7 files changed, 214 insertions(+)
>  create mode 100644 tools/binman/test/282_encrypted_no_content.dts
>  create mode 100644 tools/binman/test/283_encrypted_no_algo.dts
>  create mode 100644 tools/binman/test/284_encrypted_invalid_iv_file.dts
>  create mode 100644 tools/binman/test/285_encrypted.dts
>  create mode 100644 tools/binman/test/286_encrypted_key_file.dts
>  create mode 100644 tools/binman/test/287_encrypted_iv_name_hint.dts

Reviewed-by: Simon Glass <s...@chromium.org>

Reply via email to