Skip to content

Commit

Permalink
[sival] Rename entropy_src firmware override test file
Browse files Browse the repository at this point in the history
Signed-off-by: James Wainwright <[email protected]>
  • Loading branch information
jwnrt committed Feb 19, 2024
1 parent 7723951 commit cfe4da6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hw/top_earlgrey/data/ip/chip_entropy_src_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
si_stage: SV3
lc_states: ["TEST_UNLOCKED", "PROD"]
tests: []
bazel: ["//sw/device/tests:entropy_src_fw_observe_many_contiguous_test"]
bazel: ["//sw/device/tests:entropy_src_fw_override_test"]
},
{
name: chip_sw_entropy_src_fw_extract_and_insert
Expand Down Expand Up @@ -251,7 +251,7 @@
si_stage: SV3
lc_states: ["TEST_UNLOCKED", "PROD"]
tests: []
bazel: []
bazel: ["//sw/device/tests:entropy_src_fw_override_test"]
},
]
}
4 changes: 2 additions & 2 deletions sw/device/tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1303,8 +1303,8 @@ opentitan_test(
)

opentitan_test(
name = "entropy_src_fw_observe_many_contiguous_test",
srcs = ["entropy_src_fw_observe_many_contiguous.c"],
name = "entropy_src_fw_override_test",
srcs = ["entropy_src_fw_override.c"],
exec_env = dicts.add(
EARLGREY_TEST_ENVS,
EARLGREY_SILICON_OWNER_ROM_EXT_ENVS,
Expand Down
File renamed without changes.

0 comments on commit cfe4da6

Please sign in to comment.