tests: fix key generation for dom0 updates tests
gpg2 requires explicit `%no-protection`, otherwise tries to interactively (through gpg-agent) prompt for the passphrase.
This commit is contained in:
parent
309dd11b1d
commit
8dda66d693
@ -54,6 +54,7 @@ Key-Length: 1024
|
|||||||
Key-Usage: sign
|
Key-Usage: sign
|
||||||
Name-Real: Qubes test
|
Name-Real: Qubes test
|
||||||
Expire-Date: 0
|
Expire-Date: 0
|
||||||
|
%no-protection
|
||||||
%commit
|
%commit
|
||||||
'''.format(keydir=keydir).encode())
|
'''.format(keydir=keydir).encode())
|
||||||
p.stdin.close()
|
p.stdin.close()
|
||||||
|
Loading…
Reference in New Issue
Block a user