commit | 30d537ec23f8229b099b3e6892f103031e18d223 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Thu Apr 25 08:18:20 2024 +0300 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed May 01 08:39:16 2024 +0200 |
tree | ba8b0ba40d8b0b1827b83d440c6a8989ab4e09f6 | |
parent | fc07153422ab319db0b80e8e7f17c75001a41235 [diff] |
efi_selftest: add tests for QueryVariableInfo at runtime Since we support QueryVariableInfo at runtime now add the relevant tests. Since we want those to be reusable at bootime, add them in a separate file 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>