
On Fri, 17 Jul 2020 at 21:20, Thirupathaiah Annapureddy thiruan@linux.microsoft.com wrote:
This patch adds vboot tests to verify the support for multiple required keys using new required-mode DTB policy.
This patch also fixes existing test where dev key is assumed to be marked as not required, although it is marked as required.
Note that this patch re-added sign_fit_norequire(). sign_fit_norequire() was removed as part of the commit: b008677daf2a9dc0335260c7c4e24390487fe0ca (test: vboot: Fix pylint errors) This patch leverages sign_fit_norequire() to fix the existing bug.
Signed-off-by: Thirupathaiah Annapureddy thiruan@linux.microsoft.com
Changes in v2:
- Added tests to cover any or all required keys policy.
test/py/tests/test_vboot.py | 46 +++++++++++++++++++++++++++++++++++-- 1 file changed, 44 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org