]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: test reboot by EFI watchdog
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 18 Oct 2017 16:13:17 +0000 (18:13 +0200)
committerAlexander Graf <agraf@suse.de>
Fri, 1 Dec 2017 12:22:55 +0000 (13:22 +0100)
commitf01b83aa8e46a125d043d2d11c8557e775f8ecfb
tree258e6a5963beaa1b7c6f12d7fc5ab32d74028173
parentb80b0c16ad427093815a8bc552fc516abf618ff7
test/py: test reboot by EFI watchdog

Clear environment variable efi_selftest before executing the
default tests.

Provide a test verifying that the EFI watchdog
reboots the system upon timeout.

The test depends on 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