Skip to content

Commit

Permalink
[SiVal] Fix bazel target in testsplans
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Reis <[email protected]>
  • Loading branch information
engdoreis committed Dec 20, 2024
1 parent b46a8ab commit ebff68b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion hw/top_earlgrey/data/ip/chip_lc_ctrl_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
otp_mutate: true
lc_states: ["RAW", "TEST_UNLOCKED", "TEST_LOCKED", "DEV", "PROD", "PROD_END"]
tests: ["chip_sw_lc_ctrl_transition"]
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_cp_device_info_flash_wr_test_unlocked0_to_prod_functest"]
bazel: ["//sw/device/silicon_creator/manuf/tests:manuf_cp_device_info_flash_wr_test_unlocked0_to_prod_functest"]
}
{
name: chip_sw_lc_ctrl_key_div
Expand Down
12 changes: 6 additions & 6 deletions sw/device/silicon_creator/manuf/data/manuf_testplan.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
otp_mutate: true
lc_states: ["RAW"]
tests: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_cp_unlock_raw_functest"]
bazel: ["//sw/device/silicon_creator/manuf/tests:manuf_cp_unlock_raw_functest"]
}

{
Expand Down Expand Up @@ -89,7 +89,7 @@
otp_mutate: false
lc_states: ["TEST_UNLOCKED"]
tests: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_cp_yield_test_functest_test_unlocked0"]
bazel: ["//sw/device/silicon_creator/manuf/tests:manuf_cp_yield_test_functest_test_unlocked0"]
}

{
Expand All @@ -116,7 +116,7 @@
otp_mutate: false
lc_states: ["TEST_UNLOCKED"]
tests: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_cp_ast_test_execution_test_unlocked0_functest"]
bazel: ["//sw/device/silicon_creator/manuf/tests:manuf_cp_ast_test_execution_test_unlocked0_functest"]
}

{
Expand Down Expand Up @@ -147,7 +147,7 @@
otp_mutate: false
lc_states: ["TEST_UNLOCKED"]
tests: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_cp_device_info_flash_wr_test_unlocked0_to_prod_functest"]
bazel: ["//sw/device/silicon_creator/manuf/tests:manuf_cp_device_info_flash_wr_test_unlocked0_to_prod_functest"]
}

{
Expand Down Expand Up @@ -188,7 +188,7 @@
otp_mutate: true
lc_states: ["TEST_UNLOCKED"]
tests: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_cp_test_lock_functest"]
bazel: ["//sw/device/silicon_creator/manuf/tests:manuf_cp_test_lock_functest"]
}

{
Expand Down Expand Up @@ -530,7 +530,7 @@
otp_mutate: false
lc_states: ["TEST_UNLOCKED"]
tests: []
bazel: ["sw/device/silicon_creator/manuf/tests:manuf_sram_program_crc_test_unlocked0_functest"]
bazel: ["//sw/device/silicon_creator/manuf/tests:manuf_sram_program_crc_test_unlocked0_functest"]
}
]
}

0 comments on commit ebff68b

Please sign in to comment.