Skip to content

Commit 80f2f1e

Browse files
committed
imgtool: Enable ed25519 getpub tests
Enable previously ignored getpub tests for ed25519 Signed-off-by: Rustam Ismayilov <[email protected]> Change-Id: I84ebfb535e246bfe5dedd2acc6090a9b10e91103
1 parent 55a2fea commit 80f2f1e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/tests/conftest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@
2727
"tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-rsa-2048]",
2828
"tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-rsa-3072]",
2929
"tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-ed25519]",
30-
# 'Ed25519' object has no attribute 'get_public_pem'
31-
"tests/test_keys.py::TestGetPub::test_getpub[pem-ed25519]",
32-
"tests/test_keys.py::TestGetPub::test_getpub_with_encoding[pem-ed25519]",
33-
"tests/test_keys.py::TestGetPub::test_getpub_no_outfile[pem-ed25519]",
34-
"tests/test_keys.py::TestLoading::test_load_key_public[pem-ed25519]",
35-
"tests/test_keys.py::TestLoading::test_load_key_public_with_password[pem-ed25519]",
3630
}
3731

3832

0 commit comments

Comments
 (0)