]> git.ipfire.org Git - people/ms/u-boot.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)
commitdf172e117d1d9a24a116cbd84bbb6034f260c889
tree258e6a5963beaa1b7c6f12d7fc5ab32d74028173
parent7bbae6f2938382567fd86521ad15412c27e882f7
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