Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-11 | efi_selftest: adjust runtime test for variables | Heinrich Schuchardt | |
As variable services are available at runtime we have to expect EFI_SUCCESS when calling the services. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> | |||
2019-07-06 | efi_selftest: test variable services at runtime | Heinrich Schuchardt | |
Provide a unit test for the variable services at runtime. Currently we expect EFI_UNSUPPORTED to be returned as the runtime implementation is still missing. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> |