Skip to content

Commit

Permalink
[siva] Add cryptotest targets to chip_kmac_testplan.
Browse files Browse the repository at this point in the history
Adds cryptotest targets to KMAC stress test point.

Signed-off-by: Miguel Osorio <[email protected]>
  • Loading branch information
moidx committed Mar 26, 2024
1 parent 1397f98 commit 8dbcb51
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions hw/top_earlgrey/data/ip/chip_kmac_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@
si_stage: SV3
lc_states: ["PROD"]
tests: []
bazel: []
bazel: [
"//sw/device/tests/crypto/cryptotest:hash_kat",
]
}
{
name: chip_sw_kmac_shake_stress
Expand All @@ -151,7 +153,9 @@
si_stage: SV3
lc_states: ["PROD"]
tests: []
bazel: []
bazel: [
"//sw/device/tests/crypto/cryptotest:hash_kat",
]
}
{
name: chip_sw_kmac_cshake_stress
Expand All @@ -171,7 +175,9 @@
si_stage: SV3
lc_states: ["PROD"]
tests: []
bazel: []
bazel: [
"//sw/device/tests/crypto/cryptotest:hash_kat",
]
}
{
name: chip_sw_kmac_kmac_stress
Expand All @@ -191,7 +197,9 @@
si_stage: SV3
lc_states: ["PROD"]
tests: []
bazel: []
bazel: [
"//sw/device/tests/crypto/cryptotest:kmac_kat",
]
}
{
name: chip_sw_kmac_kmac_key_sideload
Expand Down

0 comments on commit 8dbcb51

Please sign in to comment.