]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Add cryptomount functional test
authorGlenn Washburn <development@efficientek.com>
Tue, 10 Jan 2023 22:09:00 +0000 (16:09 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 19 Jan 2023 16:39:05 +0000 (17:39 +0100)
commita7b540e6e06083c628eeafefaca44d4fdfa2df47
tree26ac061fb9066bf11d4fd27f17c58e28c1fbba82
parent05228fbf0cd649ce5ccec67e1f64d02d1ffd1770
tests: Add cryptomount functional test

The grub_cmd_cryptomount make check test performs some functional testing
of cryptomount and by extension the underlying cryptodisk infrastructure.

A utility test script named grub-shell-luks-tester is created to handle the
complexities of the testing, making it simpler to add new test cases in
grub_cmd_cryptomount.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Makefile.util.def
tests/grub_cmd_cryptomount.in [new file with mode: 0644]
tests/util/grub-shell-luks-tester.in [new file with mode: 0644]