Skip to content

Commit 571943a

Browse files
authored
Merge pull request #1097 from giga1699/T8146
T8146: Confirm the key when config encryption is configured without TPM
2 parents 153ae47 + 3c7a074 commit 571943a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/check-qemu-install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,6 +961,8 @@ try:
961961
c.sendline('y')
962962
c.expect('Enter key: ')
963963
c.sendline(test_recovery_key)
964+
c.expect('Confirm key:')
965+
c.sendline(test_recovery_key)
964966
c.expect('Enter size of encrypted config partition.*', timeout=30)
965967
c.sendline('32')
966968
c.expect('Encrypted config volume has been enabled', timeout=tpm_timeout)

0 commit comments

Comments
 (0)