[PATCH v2 6/6] test: add test for eficonfig secure boot key management

Simon Glass sjg at chromium.org
Tue Oct 4 18:29:52 CEST 2022


Hi Masahisa,

On Tue, 4 Oct 2022 at 08:36, Masahisa Kojima <masahisa.kojima at linaro.org> wrote:
>
> Provide a unit test for the eficonfig secure boot key
> management menu.
>
> Signed-off-by: Masahisa Kojima <masahisa.kojima at linaro.org>
> ---
> newly created in v2
>
>  test/py/tests/test_eficonfig/conftest.py      |  84 +++-
>  test/py/tests/test_eficonfig/defs.py          |  14 +
>  .../test_eficonfig/test_eficonfig_sbkey.py    | 472 ++++++++++++++++++
>  3 files changed, 568 insertions(+), 2 deletions(-)
>  create mode 100644 test/py/tests/test_eficonfig/defs.py
>  create mode 100644 test/py/tests/test_eficonfig/test_eficonfig_sbkey.py

Are you able to write this in C? Obviously it needs the setup to be
done in Python.

Regards,
Simon


More information about the U-Boot mailing list