Skip to content

Commit 5aa4b2d

Browse files
committed
add required modules to tests
Signed-off-by: Zen <[email protected]>
1 parent cc61f08 commit 5aa4b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cryptsetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def test_cryptsetup_integrity(self):
3636
generator = InitramfsGenerator(
3737
logger=self.logger,
3838
config="tests/cryptsetup_included_key.toml",
39-
_kmod_auto=["dm-integrity", "authenc", "hmac", "sha256", "aes", "xts"], # Specify this because its usually auto-detected during header validation
39+
_kmod_auto=["dm-integrity", "authenc"], # Specify this because its usually auto-detected during header validation
4040
cryptsetup={"root": {"_dm-integrity": "hmac(sha256)"}}, # Use the type like defined in the header, not the proper args to test processing
4141
)
4242
generator.build()

0 commit comments

Comments
 (0)