Skip to content

Commit

Permalink
Merge pull request #1316 from vojtechtrefny/rhel9-branch_fix-stratis-…
Browse files Browse the repository at this point in the history
…passphrase-fips

Fix running tests in FIPS mode
  • Loading branch information
vojtechtrefny authored Nov 12, 2024
2 parents 1b03776 + b7f0373 commit bbbf126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/storage_tests/devices_test/stratis_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_stratis_encrypted(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")
self.storage.create_device(pool)

self.storage.do_it()
Expand Down Expand Up @@ -260,7 +260,7 @@ def test_stratis_encrypted_clevis_tpm(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="tpm2"))
self.storage.create_device(pool)

Expand Down

0 comments on commit bbbf126

Please sign in to comment.