Re: [PATCH v2 3/3] test: efi_bootmgr: add a test case for a short-form path

2022-05-12 Thread AKASHI Takahiro
On Thu, May 12, 2022 at 09:02:36AM +0200, Heinrich Schuchardt wrote: > On 5/12/22 04:29, AKASHI Takahiro wrote: > > A short-form path starting with a file device path will be tested in > > a new test case. > > > > This type of short-form path will be created with "efidebug boot add -b", > > in par

Re: [PATCH v2 3/3] test: efi_bootmgr: add a test case for a short-form path

2022-05-12 Thread Heinrich Schuchardt
On 5/12/22 04:29, AKASHI Takahiro wrote: A short-form path starting with a file device path will be tested in a new test case. This type of short-form path will be created with "efidebug boot add -b", in particular, when a file system has no partition table. Signed-off-by: AKASHI Takahiro ---

[PATCH v2 3/3] test: efi_bootmgr: add a test case for a short-form path

2022-05-11 Thread AKASHI Takahiro
A short-form path starting with a file device path will be tested in a new test case. This type of short-form path will be created with "efidebug boot add -b", in particular, when a file system has no partition table. Signed-off-by: AKASHI Takahiro --- test/py/tests/test_efi_bootmgr/conftest.py