[dv] Add automated alert_test to all IPs with new tl_int alert
This PR adds alert_test to {IP}_sim_cfg.hjson and {IP}_testplan
This PR also adds interrupt test to SPI_HOST.
Signed-off-by: Cindy Chen <chencindy@opentitan.org>
diff --git a/hw/ip/gpio/data/gpio_testplan.hjson b/hw/ip/gpio/data/gpio_testplan.hjson
index f78ab78..d75ee35 100644
--- a/hw/ip/gpio/data/gpio_testplan.hjson
+++ b/hw/ip/gpio/data/gpio_testplan.hjson
@@ -4,6 +4,7 @@
{
name: "gpio"
import_testplans: ["hw/dv/tools/dvsim/testplans/csr_testplan.hjson",
+ "hw/dv/tools/dvsim/testplans/alert_test_testplan.hjson",
"hw/dv/tools/dvsim/testplans/intr_test_testplan.hjson",
"hw/dv/tools/dvsim/testplans/stress_all_with_reset_testplan.hjson",
"hw/dv/tools/dvsim/testplans/tl_device_access_types_testplan.hjson"]