summaryrefslogtreecommitdiffstats
path: root/test/py/tests/vboot
Commit message (Collapse)AuthorAgeFilesLines
* pytest: vboot: add a test for required keyPhilippe Reynes2019-10-151-0/+46
| | | | | | | | 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 <philippe.reynes@softathome.com>
* test: vboot: clean its filePhilippe Reynes2018-12-038-68/+68
| | | | | | | | | This update the its file used in vboot test to respect the new node style name defined in doc/uImage.FIT (for example: replace kernel@1 by kernel and fdt@1 by fdt-1) Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* test: vboot: add padding pss for rsa signaturePhilippe Reynes2018-12-034-0/+180
| | | | | | | | The padding pss is now supported for rsa signature. This add test with padding pss on vboot test. Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com> Reviewed-by: Simon Glass <sjg@chromium.org>
* test: Convert the vboot test to test/pySimon Glass2016-07-146-0/+191
Now that we have a suitable test framework we should move all tests into it. The vboot test is a suitable candidate. Rewrite it in Python and move the data files into an appropriate directory. Signed-off-by: Simon Glass <sjg@chromium.org>