Skip to content

Commit

Permalink
imgtool: Enable ed25519 getpub tests
Browse files Browse the repository at this point in the history
Enable previously ignored getpub tests for ed25519

Signed-off-by: Rustam Ismayilov <rustam.ismayilov@arm.com>
Change-Id: I84ebfb535e246bfe5dedd2acc6090a9b10e91103
  • Loading branch information
rustammendel committed Aug 25, 2024
1 parent 78e744b commit 57307e8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@
"tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-rsa-2048]",
"tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-rsa-3072]",
"tests/test_keys.py::TestGetPriv::test_getpriv_with_password[pkcs8-ed25519]",
# 'Ed25519' object has no attribute 'get_public_pem'
"tests/test_keys.py::TestGetPub::test_getpub[pem-ed25519]",
"tests/test_keys.py::TestGetPub::test_getpub_with_encoding[pem-ed25519]",
"tests/test_keys.py::TestGetPub::test_getpub_no_outfile[pem-ed25519]",
"tests/test_keys.py::TestLoading::test_load_key_public[pem-ed25519]",
"tests/test_keys.py::TestLoading::test_load_key_public_with_password[pem-ed25519]",
}


Expand Down

0 comments on commit 57307e8

Please sign in to comment.