Skip to content

Commit

Permalink
[sival] Fix bazel target spellings
Browse files Browse the repository at this point in the history
These targets have different names to what's in the testplans.

Signed-off-by: James Wainwright <james.wainwright@lowrisc.org>
  • Loading branch information
jwnrt committed Oct 23, 2024
1 parent d39bcd6 commit a4a0908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
si_stage: SV1
tests: ["chip_sw_lc_ctrl_otp_hw_cfg0"]
lc_states: ["PROD"]
bazel: ["//sw/device/tests:lc_ctrl_otp_hw_cfg_test"]
bazel: ["//sw/device/tests:lc_ctrl_otp_hw_cfg0_test"]
}
{
name: chip_sw_otp_ctrl_lc_signals
Expand Down
2 changes: 1 addition & 1 deletion hw/top_earlgrey/data/ip/chip_sram_ctrl_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
lc_states: ["RMA"]
tests: ["chip_sw_all_escalation_resets",
"chip_sw_data_integrity_escalation"]
bazel: ["//sw/device/tests:sram_ctrl_lc_escalation"]
bazel: ["//sw/device/tests:sram_ctrl_lc_escalation_test"]
}

{
Expand Down
2 changes: 1 addition & 1 deletion hw/top_earlgrey/data/ip/chip_uart_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
lc_states: ["PROD"]
features: ["UART.PARITY"]
tests: []
bazel: ["//sw/device/tests:uart_parity_test"]
bazel: ["//sw/device/tests:uart_parity_break_test"]
}
{
name: chip_sw_uart_line_loopback
Expand Down

0 comments on commit a4a0908

Please sign in to comment.