]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: android: Add test for abootimg
authorSam Protsenko <joe.skb7@gmail.com>
Fri, 24 Jan 2020 15:53:45 +0000 (17:53 +0200)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 4 Feb 2020 03:37:24 +0000 (09:07 +0530)
commit3fbe56daacd69cba977dc4a1010510ad3c17be8c
treeed4c75d65404dfba1f485948f8b34d8335d20d21
parent56deae04c344ef1c7a1f4a2d485cb7fe2d31f95b
test/py: android: Add test for abootimg

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 <joe.skb7@gmail.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/sandbox_defconfig
test/py/tests/test_android/test_abootimg.py [new file with mode: 0644]