Re: [PATCH 1/3] grub-fs-tester: add luks1 and luks2 support

2022-02-08 Thread Glenn Washburn
On Thu, 3 Feb 2022 18:21:03 +0100 Pierre-Louis Bonicoli wrote: > The logical sector size used by LUKS1 is 512 bytes. LUKS2 uses 512 to > 4069 bytes. I like that this has been added here. However there's no test that actually runs this new code. Please add another two fs tests one for LUKS and o

[PATCH 1/3] grub-fs-tester: add luks1 and luks2 support

2022-02-03 Thread Pierre-Louis Bonicoli
The logical sector size used by LUKS1 is 512 bytes. LUKS2 uses 512 to 4069 bytes. Signed-off-by: Pierre-Louis Bonicoli --- tests/util/grub-fs-tester.in | 58 ++-- 1 file changed, 55 insertions(+), 3 deletions(-) diff --git a/tests/util/grub-fs-tester.in b/tests/u