]> git.sur5r.net Git - u-boot/commit
test/py: add a test calling the EFI selftest
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 15 Sep 2017 08:06:12 +0000 (10:06 +0200)
committerAlexander Graf <agraf@suse.de>
Mon, 18 Sep 2017 21:53:57 +0000 (23:53 +0200)
commit38b1b79021418709bcc55504d1fec31d8a365f56
treed44988b6067d29b40002636d55f7d6a047c30ebe
parent623b3a579765f8e05723bd1eff6f8c7e56d33922
test/py: add a test calling the EFI selftest

A Python test script is provided that runs the EFI selftest
if CONFIG_CMD_EFI_SELFTEST=y.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
test/py/tests/test_efi_selftest.py [new file with mode: 0644]