]> git.baikalelectronics.ru Git - uboot.git/commit
test_vboot.py: include test of fdt_add_pubkey tool
authorRoman Kopytin <Roman.Kopytin@kaspersky.com>
Mon, 20 Mar 2023 03:28:13 +0000 (03:28 +0000)
committerSimon Glass <sjg@chromium.org>
Sun, 2 Apr 2023 05:39:41 +0000 (17:39 +1200)
commit3e2fec47ee345a1a0cb79a272f9612e6674f2afa
treea84f131ca035ce2d8bcf1c4f81bb005d8ac9470e
parentc663e80abbc08ca26ed54951a9a28b5dde7ca3f9
test_vboot.py: include test of fdt_add_pubkey tool

Add test_fdt_add_pubkey test which provides simple functionality test
which contains such steps:
 create DTB and FIT files
 add keys with fdt_add_pubkey to DTB
 sign FIT image
 check with fit_check_sign that keys properly added to DTB file

Signed-off-by: Roman Kopytin <Roman.Kopytin@kaspersky.com>
Signed-off-by: Ivan Mikhaylov <fr0st61te@gmail.com>
Cc: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
test/py/tests/test_vboot.py