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)
commit90999b456902a7fe760e74f09b88b55141e7c20f
treea84f131ca035ce2d8bcf1c4f81bb005d8ac9470e
parent942ac73afc37fb98695af4489ea1549c21615a5e
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