Re: [U-Boot] [PATCH 1/2] pytest: vboot: add a test for required key

2019-09-27 Thread sjg
On Wed, 18 Sep 2019 at 08:05, Philippe Reynes wrote: > > This commit add a test in the vboot test to check that > when a required key is asked, only FIT signed with this > key is used/accepted by u-boot. > > Signed-off-by: Philippe Reynes > --- > test/py/tests/test_vboot.py

Re: [U-Boot] [PATCH 1/2] pytest: vboot: add a test for required key

2019-09-26 Thread Simon Glass
On Wed, 18 Sep 2019 at 08:05, Philippe Reynes wrote: > > This commit add a test in the vboot test to check that > when a required key is asked, only FIT signed with this > key is used/accepted by u-boot. > > Signed-off-by: Philippe Reynes > --- > test/py/tests/test_vboot.py

[U-Boot] [PATCH 1/2] pytest: vboot: add a test for required key

2019-09-18 Thread Philippe Reynes
This commit add a test in the vboot test to check that when a required key is asked, only FIT signed with this key is used/accepted by u-boot. Signed-off-by: Philippe Reynes --- test/py/tests/test_vboot.py| 57 ++ .../tests/vboot/sign-configs-sha256-ps