On Tue, 24 Dec 2019 at 12:55, Sam Protsenko <[email protected]> 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 <[email protected]> > --- > 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 <[email protected]>

