Skip to content

Commit

Permalink
Merge pull request #1305 from japokorn/3.10-devel-fips_fail_stratis
Browse files Browse the repository at this point in the history
Modified passphrase in stratis test
  • Loading branch information
vojtechtrefny authored Oct 15, 2024
2 parents 86b3df3 + 68708e3 commit 6b57567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/storage_tests/devices_test/stratis_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_stratis_encrypted_clevis_tang(self):
blivet.partitioning.do_partitioning(self.storage)

pool = self.storage.new_stratis_pool(name="blivetTestPool", parents=[bd],
encrypted=True, passphrase="abcde",
encrypted=True, passphrase="fipsneeds8chars",
clevis=StratisClevisConfig(pin="tang",
tang_url=self._tang_server,
tang_thumbprint=None))
Expand Down

0 comments on commit 6b57567

Please sign in to comment.