]> git.sur5r.net Git - u-boot/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)
commitf96c9482e6b87dd0a8574a031fc9115ede3305f5
tree4b8dda0442fd25aeac34344ee887625cea3bae1f
parente883ffe00b6db807544c70e743cf7832d5d56d40
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]