]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_selftest: add tests for QueryVariableInfo at boottime
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Thu, 25 Apr 2024 05:18:21 +0000 (08:18 +0300)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 1 May 2024 06:39:18 +0000 (08:39 +0200)
commit7b8fad51715ea77785b772ae6a62e08ac5c0027e
tree3fc4e0578b15fec7c8e6206e5f95ea2f68f78140
parent6b2aaf8d031a364ea35b3e4e89a55ac9a7c5dc01
efi_selftest: add tests for QueryVariableInfo at boottime

Previous patches added QueryVariableInfo at runtime tests and
split a common function that can be used at boottime. Weire it
up and run a similar set of tets. While at it move a test which is
checiking for 0 available storage in the common code

Add tests for
- Test QueryVariableInfo returns EFI_SUCCESS
- Test null pointers for the function arguments
- Test invalid combination of attributes

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
lib/efi_selftest/efi_selftest_variables.c
lib/efi_selftest/efi_selftest_variables_common.c