From ebff68b26cfff0be43620c07e7de4d3e45b884bd Mon Sep 17 00:00:00 2001 From: Douglas Reis Date: Fri, 20 Dec 2024 09:45:15 +0000 Subject: [PATCH] [SiVal] Fix bazel target in testsplans Signed-off-by: Douglas Reis --- hw/top_earlgrey/data/ip/chip_lc_ctrl_testplan.hjson | 2 +- .../silicon_creator/manuf/data/manuf_testplan.hjson | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hw/top_earlgrey/data/ip/chip_lc_ctrl_testplan.hjson b/hw/top_earlgrey/data/ip/chip_lc_ctrl_testplan.hjson index 1d250749bf130..3a02ce15cb313 100644 --- a/hw/top_earlgrey/data/ip/chip_lc_ctrl_testplan.hjson +++ b/hw/top_earlgrey/data/ip/chip_lc_ctrl_testplan.hjson @@ -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 diff --git a/sw/device/silicon_creator/manuf/data/manuf_testplan.hjson b/sw/device/silicon_creator/manuf/data/manuf_testplan.hjson index 3318274efde11..a4f30c6809045 100644 --- a/sw/device/silicon_creator/manuf/data/manuf_testplan.hjson +++ b/sw/device/silicon_creator/manuf/data/manuf_testplan.hjson @@ -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"] } { @@ -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"] } { @@ -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"] } { @@ -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"] } { @@ -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"] } { @@ -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"] } ] }