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)
commit01e9ee0b267f15a1e4f10607281741f6d3c79210
treeed4c75d65404dfba1f485948f8b34d8335d20d21
parent586a1bf5b231ed8ee30f4f589940b0424526334f
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]