]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: avb2.0: add tests for avb commands
authorIgor Opaniuk <igor.opaniuk@linaro.org>
Sun, 3 Jun 2018 18:56:42 +0000 (21:56 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jun 2018 18:02:02 +0000 (14:02 -0400)
commit108c2d512f4845acd6d46bfb1bf2c0148835e435
tree4b8dda0442fd25aeac34344ee887625cea3bae1f
parent4307e62d0c88bbdc0b2e94b39a03407f3c668a58
test/py: avb2.0: add tests for avb commands

1. Run AVB 2.0 full verification chain, avb verify
2. Check if 'avb get_uuid' works, compare results with
'part list mmc 1' output
3. Test `avb read` commands, which reads N bytes from a partition
identified by a name

Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
test/py/tests/test_avb.py [new file with mode: 0644]