[PATCH v3 5/9] test/py: android: Add test for abootimg
Simon Glass
sjg at chromium.org
Thu Jan 9 20:34:03 CET 2020
On Tue, 24 Dec 2019 at 12:55, Sam Protsenko <semen.protsenko at linaro.org> wrote:
>
> Unit test for 'abootimg' command. Right now it covers dtb/dtbo
> functionality in Android Boot Image v2, which was added recently.
>
> Running test:
>
> $ ./test/py/test.py --bd sandbox --build -k test_abootimg
>
> shows that 1/1 tests passes successfully.
>
> Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
> ---
> configs/sandbox_defconfig | 1 +
> test/py/tests/test_android/test_abootimg.py | 159 ++++++++++++++++++++
> 2 files changed, 160 insertions(+)
> create mode 100644 test/py/tests/test_android/test_abootimg.py
OK here is the test -)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list