mirror of
https://github.com/vyos/vyos-build.git
synced 2026-01-11 19:46:27 +00:00
Merge pull request #1097 from giga1699/T8146
T8146: Confirm the key when config encryption is configured without TPM
This commit is contained in:
commit
571943a976
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue