T8146: Confirm the key when config encryption is configured without TPM

This commit is contained in:
Giga Murphy 2026-01-06 23:16:55 -05:00 committed by GitHub
parent 153ae47f72
commit 3c7a074917
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)