[PATCH v2 1/4] test: Add test for source command
Simon Glass
sjg at chromium.org
Fri Oct 21 22:17:08 CEST 2022
On Thu, 20 Oct 2022 at 13:24, Sean Anderson <sean.anderson at seco.com> wrote:
>
> This adds a basic test for FIT image handling by the source command.
> It's a python test becase we need to run mkimage.
>
> Signed-off-by: Sean Anderson <sean.anderson at seco.com>
> ---
>
> Changes in v2:
> - New
>
> test/py/tests/source.its | 43 ++++++++++++++++++++++++++++++++++++
> test/py/tests/test_source.py | 28 +++++++++++++++++++++++
> 2 files changed, 71 insertions(+)
> create mode 100644 test/py/tests/source.its
> create mode 100644 test/py/tests/test_source.py
Reviewed-by: Simon Glass <sjg at chromium.org>
Please use single quotes in Python
More information about the U-Boot
mailing list