]> git.baikalelectronics.ru Git - uboot.git/commit
test: test UEFI boot manager
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 3 Mar 2022 11:31:18 +0000 (12:31 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 26 Mar 2022 06:46:21 +0000 (07:46 +0100)
commitba3e5957ec3348054c929149c58b642342df5139
tree030e103d3105f70db0c378c787fb24547456bb52
parent80b12b29be7ce6e0357de212331bd1d23a7b19b9
test: test UEFI boot manager

Provide a unit test for

* efidebug boot add
* efidebug boot order
* bootefi bootmgr
* initrd via EFI_LOAD_FILE2_PROTOCOL

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/py/tests/test_efi_bootmgr/conftest.py [new file with mode: 0644]
test/py/tests/test_efi_bootmgr/test_efi_bootmgr.py [new file with mode: 0644]