diff options
author | drebs <drebs@leap.se> | 2016-09-06 14:55:27 -0400 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2016-09-06 14:55:27 -0400 |
commit | dd9c8278379df9f41c5a40dc6bccd2901cf4db10 (patch) | |
tree | 87175df9156a493f74ca3ad68829246af5ebb9e2 /tests/integration/keymanager/common.py | |
parent | 1f6f24540bae5b21cabb69b4f50cca7cddb8f784 (diff) |
[test] add speed tests for gpg/wrapper init/enc/dec
this is a port of commit 2d9bec78f in the legacy keymanager repo.
Additionally, I'm here separating benchmarking tests from the main tox
run.
In my machine several of these benchmarking tests seem to be broken, due
to issue https://github.com/isislovecruft/python-gnupg/issues/157
Diffstat (limited to 'tests/integration/keymanager/common.py')
-rw-r--r-- | tests/integration/keymanager/common.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/keymanager/common.py b/tests/integration/keymanager/common.py index fb8b4ef..e170d78 100644 --- a/tests/integration/keymanager/common.py +++ b/tests/integration/keymanager/common.py @@ -266,6 +266,7 @@ RZXoH+FTg9UAW87eqU610npOkT6cRaBxaMK/mDtGNdc= """ # key 7FEE575A: public key "anotheruser <anotheruser@leap.se>" +KEY_FINGERPRINT_2 = "F6E2B572ADB84EA58BD2E9A57F9DFA687FEE575A" PUBLIC_KEY_2 = """ -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.4.10 (GNU/Linux) |