From 8dbcb51633f936fb30c3a0926b86e01db812af1b Mon Sep 17 00:00:00 2001 From: Miguel Osorio Date: Tue, 26 Mar 2024 00:35:48 +0000 Subject: [PATCH] [siva] Add cryptotest targets to chip_kmac_testplan. Adds cryptotest targets to KMAC stress test point. Signed-off-by: Miguel Osorio --- hw/top_earlgrey/data/ip/chip_kmac_testplan.hjson | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/hw/top_earlgrey/data/ip/chip_kmac_testplan.hjson b/hw/top_earlgrey/data/ip/chip_kmac_testplan.hjson index ac62e77503b1f..703b1e39ab575 100644 --- a/hw/top_earlgrey/data/ip/chip_kmac_testplan.hjson +++ b/hw/top_earlgrey/data/ip/chip_kmac_testplan.hjson @@ -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 @@ -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 @@ -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 @@ -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