
9 Jan
2020
9 Jan
'20
8:34 p.m.
On Tue, 24 Dec 2019 at 12:55, Sam Protsenko semen.protsenko@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@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@chromium.org