Re: [PATCH] tests: switch password quality check off for luks2 test

2024-01-23 Thread Daniel Kiper
On Sun, Dec 31, 2023 at 09:21:04PM -0600, Glenn Washburn wrote: > On Fri, 29 Dec 2023 17:08:20 +0800 > Gary Lin wrote: > > > When adding/changing the password for the luks2 partition, cryptsetup > > may reject the command due to the weak password. Since this is only for > > testing, add '--force-p

Re: [PATCH] tests: switch password quality check off for luks2 test

2023-12-31 Thread Glenn Washburn
On Fri, 29 Dec 2023 17:08:20 +0800 Gary Lin wrote: > When adding/changing the password for the luks2 partition, cryptsetup > may reject the command due to the weak password. Since this is only for > testing, add '--force-password' to switch password quality check off to > avoid the unexpected fai