From c849d652c0a36f5842c2f905c20f3855c7327e90 Mon Sep 17 00:00:00 2001 From: Douglas Reis Date: Sun, 1 Dec 2024 09:54:46 +0000 Subject: [PATCH] [SiVal, pwm] Link smoketest on the testplan Signed-off-by: Douglas Reis (cherry picked from commit 1a37fc97ab3474230819f107d6a82644c270daac) --- hw/top_earlgrey/data/chip_testplan.hjson | 1 + hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/top_earlgrey/data/chip_testplan.hjson b/hw/top_earlgrey/data/chip_testplan.hjson index 0284c8750bf08..6ebadde18919b 100644 --- a/hw/top_earlgrey/data/chip_testplan.hjson +++ b/hw/top_earlgrey/data/chip_testplan.hjson @@ -39,6 +39,7 @@ "hw/top_earlgrey/data/ip/chip_lc_ctrl_testplan.hjson", "hw/top_earlgrey/data/ip/chip_otbn_testplan.hjson", "hw/top_earlgrey/data/ip/chip_otp_ctrl_testplan.hjson", + "hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson", "hw/top_earlgrey/data/ip/chip_pwrmgr_testplan.hjson", "hw/top_earlgrey/data/ip/chip_rom_ctrl_testplan.hjson", "hw/top_earlgrey/data/ip/chip_rstmgr_testplan.hjson", diff --git a/hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson b/hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson index ff343b95f1e9d..69495bee54100 100644 --- a/hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson +++ b/hw/top_earlgrey/data/ip/chip_pwm_testplan.hjson @@ -17,7 +17,7 @@ si_stage: SV3 lc_states: ["PROD"] tests: [] - bazel: [] + bazel: ["//sw/device/tests:pwm_smoketest"] } ] }