Skip to content

Commit 90f2da7

Browse files
committed
[ot] scripts/opentitan: tests: Add 17 new passing keymgr tests
Now that the `keymgr` is completely implemented (including sideloading and the generate operations), every keymgr/sideloading test that we can run in the `rom_with_fake_keys` execution environment is now passing. Add these tests to the known test passing list. Signed-off-by: Alex Jones <[email protected]>
1 parent 3703a82 commit 90f2da7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

scripts/opentitan/tests-passing.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//sw/device/lib/base:hardened_functest_sim_qemu_rom_with_fake_keys
44
//sw/device/lib/crypto/drivers:aes_test_sim_qemu_rom_with_fake_keys
55
//sw/device/lib/crypto/drivers:entropy_test_sim_qemu_rom_with_fake_keys
6+
//sw/device/lib/crypto/drivers:keymgr_test_sim_qemu_rom_with_fake_keys
67
//sw/device/lib/crypto/drivers:rv_core_ibex_test_sim_qemu_rom_with_fake_keys
78
//sw/device/silicon_creator/lib/drivers:hmac_functest_sim_qemu_rom_with_fake_keys
89
//sw/device/silicon_creator/lib/drivers:kmac_functest_sim_qemu_rom_with_fake_keys
@@ -57,10 +58,16 @@
5758
//sw/device/tests/crypto:aes_gcm_functest_sim_qemu_rom_with_fake_keys
5859
//sw/device/tests/crypto:aes_kwp_functest_sim_qemu_rom_with_fake_keys
5960
//sw/device/tests/crypto:aes_kwp_kat_functest_sim_qemu_rom_with_fake_keys
61+
//sw/device/tests/crypto:aes_kwp_sideload_functest_sim_qemu_rom_with_fake_keys
62+
//sw/device/tests/crypto:aes_sideload_functest_sim_qemu_rom_with_fake_keys
6063
//sw/device/tests/crypto:drbg_functest_sim_qemu_rom_with_fake_keys
6164
//sw/device/tests/crypto:ecdh_p256_functest_sim_qemu_rom_with_fake_keys
65+
//sw/device/tests/crypto:ecdh_p256_sideload_functest_sim_qemu_rom_with_fake_keys
6266
//sw/device/tests/crypto:ecdh_p384_functest_sim_qemu_rom_with_fake_keys
67+
//sw/device/tests/crypto:ecdh_p384_sideload_functest_sim_qemu_rom_with_fake_keys
6368
//sw/device/tests/crypto:ecdsa_p256_verify_functest_hardcoded_sim_qemu_rom_with_fake_keys
69+
//sw/device/tests/crypto:ecdsa_p256_sideload_functest_sim_qemu_rom_with_fake_keys
70+
//sw/device/tests/crypto:ecdsa_p384_sideload_functest_sim_qemu_rom_with_fake_keys
6471
//sw/device/tests/crypto:hkdf_functest_sim_qemu_rom_with_fake_keys
6572
//sw/device/tests/crypto:hmac_functest_sim_qemu_rom_with_fake_keys
6673
//sw/device/tests/crypto:hmac_multistream_functest_sim_qemu_rom_with_fake_keys
@@ -69,7 +76,9 @@
6976
//sw/device/tests/crypto:hmac_sha512_functest_sim_qemu_rom_with_fake_keys
7077
//sw/device/tests/crypto:kdf_hmac_ctr_functest_sim_qemu_rom_with_fake_keys
7178
//sw/device/tests/crypto:kdf_kmac_functest_sim_qemu_rom_with_fake_keys
79+
//sw/device/tests/crypto:kdf_kmac_sideload_functest_hardcoded_sim_qemu_rom_with_fake_keys
7280
//sw/device/tests/crypto:kmac_functest_hardcoded_sim_qemu_rom_with_fake_keys
81+
//sw/device/tests/crypto:kmac_sideload_functest_hardcoded_sim_qemu_rom_with_fake_keys
7382
//sw/device/tests/crypto:rsa_2048_encryption_functest_sim_qemu_rom_with_fake_keys
7483
//sw/device/tests/crypto:rsa_2048_key_from_cofactor_functest_sim_qemu_rom_with_fake_keys
7584
//sw/device/tests/crypto:rsa_2048_signature_functest_sim_qemu_rom_with_fake_keys
@@ -103,8 +112,16 @@
103112
//sw/device/tests:hmac_enc_test_sim_qemu_rom_with_fake_keys
104113
//sw/device/tests:hmac_secure_wipe_test_sim_qemu_rom_with_fake_keys
105114
//sw/device/tests:hmac_smoketest_sim_qemu_rom_with_fake_keys
115+
//sw/device/tests:keymgr_derive_attestation_test_sim_qemu_rom_with_fake_keys
116+
//sw/device/tests:keymgr_derive_sealing_test_sim_qemu_rom_with_fake_keys
117+
//sw/device/tests:keymgr_key_derivation_test_sim_qemu_rom_with_fake_keys
118+
//sw/device/tests:keymgr_sideload_aes_test_sim_qemu_rom_with_fake_keys
119+
//sw/device/tests:keymgr_sideload_kmac_test_sim_qemu_rom_with_fake_keys
120+
//sw/device/tests:keymgr_sideload_otbn_simple_test_sim_qemu_rom_with_fake_keys
121+
//sw/device/tests:keymgr_sideload_otbn_test_sim_qemu_rom_with_fake_keys
106122
//sw/device/tests:kmac_endianess_test_sim_qemu_rom_with_fake_keys
107123
//sw/device/tests:kmac_idle_test_sim_qemu_rom_with_fake_keys
124+
//sw/device/tests:kmac_kmac_key_sideload_test_sim_qemu_rom_with_fake_keys
108125
//sw/device/tests:kmac_mode_cshake_test_sim_qemu_rom_with_fake_keys
109126
//sw/device/tests:kmac_mode_kmac_test_sim_qemu_rom_with_fake_keys
110127
//sw/device/tests:kmac_smoketest_sim_qemu_rom_with_fake_keys

0 commit comments

Comments
 (0)