Re: [PATCH v2 1/4] test: Add test for source command

2022-11-02 Thread Tom Rini
On Thu, Oct 20, 2022 at 03:24:01PM -0400, Sean Anderson 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 > Reviewed-by: Simon Glass > --- > > Changes in v2: > - New The series nee

Re: [PATCH v2 1/4] test: Add test for source command

2022-10-21 Thread Simon Glass
On Thu, 20 Oct 2022 at 13:24, Sean Anderson 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 > --- > > Changes in v2: > - New > > test/py/tests/source.its | 43

[PATCH v2 1/4] test: Add test for source command

2022-10-20 Thread Sean Anderson
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 --- Changes in v2: - New test/py/tests/source.its | 43 test/py/tests/test_source.py | 28 +++