Skip to content

Commit

Permalink
[sival, keymgr] Align testplan with the new tests
Browse files Browse the repository at this point in the history
This commit adds the `chip_sw_keymgr_derive_{sealing, attestation}`
tests to the keymgr testplan.

Signed-off-by: Andrea Caforio <[email protected]>
  • Loading branch information
andrea-caforio authored and luismarques committed Nov 29, 2024
1 parent 16b5876 commit 9aecee1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hw/top_earlgrey/data/ip/chip_keymgr_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
}
{
Expand All @@ -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"]
}
]
}

0 comments on commit 9aecee1

Please sign in to comment.