From 9aecee17af8cb5b02e207962f85283ece912120a Mon Sep 17 00:00:00 2001 From: Andrea Caforio Date: Thu, 28 Nov 2024 11:46:43 +0100 Subject: [PATCH] [sival, keymgr] Align testplan with the new tests This commit adds the `chip_sw_keymgr_derive_{sealing, attestation}` tests to the keymgr testplan. Signed-off-by: Andrea Caforio --- hw/top_earlgrey/data/ip/chip_keymgr_testplan.hjson | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hw/top_earlgrey/data/ip/chip_keymgr_testplan.hjson b/hw/top_earlgrey/data/ip/chip_keymgr_testplan.hjson index a659cffd5c115..7cea4e2c841c9 100644 --- a/hw/top_earlgrey/data/ip/chip_keymgr_testplan.hjson +++ b/hw/top_earlgrey/data/ip/chip_keymgr_testplan.hjson @@ -173,10 +173,11 @@ stage: V3 si_stage: SV2 lc_states: ["PROD"] - tests: [] + tests: ["chip_sw_keymgr_derive_attestation"] bazel: [ // Covers all points in the test except for the software binding registers. "//sw/device/silicon_creator/lib:otbn_boot_services_functest", + "//sw/device/tests:keymgr_derive_attestation_test", ] } { @@ -200,8 +201,8 @@ stage: V3 si_stage: SV3 lc_states: ["PROD"] - tests: [] - bazel: [] + tests: ["chip_sw_keymgr_derive_sealing"] + bazel: ["//sw/device/tests:keymgr_derive_sealing_test"] } ] }