On Mon, 20 Mar 2023 at 13:28, Ivan Mikhaylov <fr0st6...@gmail.com> wrote: > > From: Roman Kopytin <roman.kopy...@kaspersky.com> > > 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.kopy...@kaspersky.com> > Signed-off-by: Ivan Mikhaylov <fr0st6...@gmail.com> > Cc: Rasmus Villemoes <rasmus.villem...@prevas.dk> > --- > test/py/tests/test_vboot.py | 200 ++++++++++++++++++++++++++++++------ > 1 file changed, 166 insertions(+), 34 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>