On Mon, 20 Mar 2023 at 13:28, Ivan Mikhaylov <[email protected]> wrote: > > From: Roman Kopytin <[email protected]> > > 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 <[email protected]> > Signed-off-by: Ivan Mikhaylov <[email protected]> > Cc: Rasmus Villemoes <[email protected]> > --- > test/py/tests/test_vboot.py | 200 ++++++++++++++++++++++++++++++------ > 1 file changed, 166 insertions(+), 34 deletions(-) >
Reviewed-by: Simon Glass <[email protected]>

