]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Switch password quality check off for luks2 test
authorGary Lin <glin@suse.com>
Fri, 29 Dec 2023 09:08:20 +0000 (17:08 +0800)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 25 Jan 2024 17:07:49 +0000 (18:07 +0100)
commit5a311d029fb3b0526551ea89b8f16842355f0d03
tree6a0c1136fe4a2f92b58955a05c054562cbf680f8
parentb835601c7639ed1890f2d3db91900a8506011a8e
tests: Switch password quality check off for luks2 test

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 failure.

Signed-off-by: Gary Lin <glin@suse.com>
Reviewed-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
tests/grub_cmd_cryptomount.in