-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cryptsetup: add support for ICE flag
* cryptsetup: add support for ICE flag Signed-off-by: Ondrej Kubik <[email protected]> * cryptsetup: add tests for ICE flag use Signed-off-by: Ondrej Kubik <[email protected]> * luks2: mock cryptsetup in TestFormatWithInlineCryptoEngine The `--inline-crypto-engine` commandline option is only understood by specific version of cryptsetup so the usual `testFormat()` code cannot be run (it will create an actual container). Instead just mock the command and check that the right cmdline options are passed to cryptsetup. --------- Signed-off-by: Ondrej Kubik <[email protected]> Co-authored-by: Michael Vogt <[email protected]>
- Loading branch information
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters