Re: [PATCH 2/2] efi: ESRT cration unit test

2021-02-16 Thread AKASHI Takahiro
On Mon, Feb 08, 2021 at 12:52:46PM +, Jose Marinho wrote: > This commit exercises the ESRT creation -- introduced in the previous > commit. > > A fake FMP, controlling TEST_ESRT_NUM_ENTRIES, is installed in the system > leading to the corresponding ESRT entries being populated. > The ESRT entr

[PATCH 2/2] efi: ESRT cration unit test

2021-02-08 Thread Jose Marinho
This commit exercises the ESRT creation -- introduced in the previous commit. A fake FMP, controlling TEST_ESRT_NUM_ENTRIES, is installed in the system leading to the corresponding ESRT entries being populated. The ESRT entries are checked against the FMP initialization input datastructure. Signe