Merge pull request #1097 from giga1699/T8146
Some checks failed
Perform CodeQL Analysis / codeql-analysis-call (push) Has been cancelled
Trigger to build package / changes (push) Has been cancelled

T8146: Confirm the key when config encryption is configured without TPM
This commit is contained in:
Simon 2026-01-07 13:00:04 +01:00 committed by GitHub
commit 571943a976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -961,6 +961,8 @@ try:
c.sendline('y')
c.expect('Enter key: ')
c.sendline(test_recovery_key)
c.expect('Confirm key:')
c.sendline(test_recovery_key)
c.expect('Enter size of encrypted config partition.*', timeout=30)
c.sendline('32')
c.expect('Encrypted config volume has been enabled', timeout=tpm_timeout)