Re: [PATCH v3] test_vboot.py: include test of fdt_add_pubkey tool

2023-03-19 Thread Simon Glass
Hi Ivan, On Sun, 19 Mar 2023 at 12:42, Ivan Mikhaylov wrote: > > From: Roman Kopytin Please add a commit message. > > Signed-off-by: Roman Kopytin > Signed-off-by: Ivan Mikhaylov > Cc: Rasmus Villemoes > --- > test/py/tests/test_vboot.py | 33 + > 1 file cha

[PATCH v3] test_vboot.py: include test of fdt_add_pubkey tool

2023-03-18 Thread Ivan Mikhaylov
From: Roman Kopytin Signed-off-by: Roman Kopytin Signed-off-by: Ivan Mikhaylov Cc: Rasmus Villemoes --- test/py/tests/test_vboot.py | 33 + 1 file changed, 33 insertions(+) diff --git a/test/py/tests/test_vboot.py b/test/py/tests/test_vboot.py index e3e7ca4b21