test: vboot: Add a test for a forged configuration
authorSimon Glass <sjg@chromium.org>
Wed, 18 Mar 2020 17:43:59 +0000 (11:43 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 1 Apr 2020 13:45:09 +0000 (07:45 -0600)
commitc021971e132234667eb80bc29bdd4ad6c8d04458
tree4bed6e4008fb14eae395eac9971dde1efed647a9
parent477f559edf1144f95e29173d290818250aa57ef8
test: vboot: Add a test for a forged configuration

Add a check to make sure that it is not possible to add a new
configuration and use the hashed nodes and hash of another configuration.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py
test/py/tests/vboot_forge.py [new file with mode: 0644]