From 8dda66d693f1346caa636638a4e487267a5c7720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Fri, 17 Jan 2020 04:50:31 +0100 Subject: [PATCH] tests: fix key generation for dom0 updates tests gpg2 requires explicit `%no-protection`, otherwise tries to interactively (through gpg-agent) prompt for the passphrase. --- qubes/tests/integ/dom0_update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qubes/tests/integ/dom0_update.py b/qubes/tests/integ/dom0_update.py index c506dc8a..4e2ac3cf 100644 --- a/qubes/tests/integ/dom0_update.py +++ b/qubes/tests/integ/dom0_update.py @@ -54,6 +54,7 @@ Key-Length: 1024 Key-Usage: sign Name-Real: Qubes test Expire-Date: 0 +%no-protection %commit '''.format(keydir=keydir).encode()) p.stdin.close()