Re: [PATCH v2 4/4] efi_selftest: add tests for setvariableRT

2024-04-17 Thread Ilias Apalodimas
Hi Heinrich, [...] > > > > + memset(v2, 0x1, sizeof(v2)); > > ret = runtime->query_variable_info(EFI_VARIABLE_BOOTSERVICE_ACCESS, > > _storage, _storage, > > _size); > > @@ -63,10 +69,107 @@ static int

Re: [PATCH v2 4/4] efi_selftest: add tests for setvariableRT

2024-04-17 Thread Heinrich Schuchardt
On 17.04.24 12:19, Ilias Apalodimas wrote: Since we support SetVariableRT now add the relevant tests - Search for the RTStorageVolatile and VarToFile variables after EBS - Try to update with invalid variales (BS, RT only) - Try to write a variable bigger than our backend storage - Write a

[PATCH v2 4/4] efi_selftest: add tests for setvariableRT

2024-04-17 Thread Ilias Apalodimas
Since we support SetVariableRT now add the relevant tests - Search for the RTStorageVolatile and VarToFile variables after EBS - Try to update with invalid variales (BS, RT only) - Try to write a variable bigger than our backend storage - Write a variable that fits and check VarToFile has been