Skip to content

Commit fbd21ba

Browse files
committed
smoketest: T8146: add recovery key confirmation
1 parent 417c9c5 commit fbd21ba

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
@@ -661,6 +661,8 @@ try:
661661
c.sendline('n')
662662
c.expect('Enter recovery key: ')
663663
c.sendline(test_recovery_key)
664+
c.expect('Confirm key: ')
665+
c.sendline(test_recovery_key)
664666
c.expect('Enter size of encrypted config partition.*', timeout=30)
665667
c.sendline('32')
666668
c.expect('Encrypted config volume has been enabled', timeout=tpm_timeout)

0 commit comments

Comments
 (0)