Re: [PATCH 2/3] efi_selftest: add tests for QueryVariableInfo at runtime

2024-04-24 Thread Ilias Apalodimas
Hi Heinrich, On Wed, 24 Apr 2024 at 10:25, Heinrich Schuchardt wrote: > > On 24.04.24 07:03, Ilias Apalodimas wrote: > > 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

Re: [PATCH 2/3] efi_selftest: add tests for QueryVariableInfo at runtime

2024-04-24 Thread Heinrich Schuchardt
On 24.04.24 07:03, Ilias Apalodimas wrote: 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

[PATCH 2/3] efi_selftest: add tests for QueryVariableInfo at runtime

2024-04-23 Thread Ilias Apalodimas
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