Skip to content

Commit f2654b9

Browse files
committed
[testplan] Sanitize lc_states
Testpoints with the list of lc_states inconsistent with the test description. Signed-off-by: Douglas Reis <[email protected]>
1 parent 3e5a19b commit f2654b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

hw/top_earlgrey/data/ip/chip_clkmgr_testplan.hjson

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@
170170
si_stage: SV3
171171
lc_states: [
172172
"DEV",
173+
"TEST_UNLOCKED",
174+
"RMA",
173175
]
174176
tests: [
175177
"chip_sw_clkmgr_external_clk_src_for_sw_fast_dev",

hw/top_earlgrey/data/ip/chip_rv_dm_testplan.hjson

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"//sw/device/silicon_creator/rom/e2e/jtag_inject:openocd_debug_test_otp_rma",
107107
"//sw/device/silicon_creator/rom/e2e/jtag_inject:openocd_debug_test_otp_test_unlocked0"
108108
],
109-
lc_states: ["DEV"]
109+
lc_states: ["DEV", "TEST_UNLOCKED0", "RMA"]
110110
host_support: true
111111
features: [
112112
"RV_DM.JTAG.FSM",
@@ -219,7 +219,7 @@
219219
name: chip_sw_rv_dm_jtag_tap_sel
220220
desc: '''Verify ability to select all available TAPs.
221221

222-
- Put life cycle on Test or RMA state, so that TAPs can be selected between life cycle
222+
- Put life cycle on DEV, TEST_UNLOCKED or RMA state, so that TAPs can be selected between life cycle
223223
RV_DM and DFT.
224224
- Verify the TAP is selected correctly.
225225
- X-ref'ed with chip_sw_tap_strap_sampling.

0 commit comments

Comments
 (0)