Revert "Add 3 escalation related tests to edacloud" This reverts commit d7389b866ccb0640adbeeda40d5c45e1c9e9f239. Reason for revert: This CL overwrote the previous change Change-Id: I3a36469fd5c17b45549411e4eed8982dea60ccf0
diff --git a/hw/top_matcha/dv/chip_sim_cfg.hjson b/hw/top_matcha/dv/chip_sim_cfg.hjson index 19a00ef..164c73a 100644 --- a/hw/top_matcha/dv/chip_sim_cfg.hjson +++ b/hw/top_matcha/dv/chip_sim_cfg.hjson
@@ -636,14 +636,14 @@ { name: chip_sw_rstmgr_rst_cnsty_escalation uvm_test_seq: chip_sw_rstmgr_cnsty_fault_vseq - sw_images: ["//sw/device/tests/sim_dv:all_escalation_resets_test:1:matcha"] + sw_images: ["//sw/device/tests/sim_dv:all_escalation_resets_test:1"] en_run_modes: ["sw_test_mode_test_rom"] run_opts: ["+bypass_alert_ready_to_end_check=1"] } { name: chip_sw_data_integrity_escalation uvm_test_seq: chip_sw_data_integrity_vseq - sw_images: ["//sw/device/tests/sim_dv:data_integrity_escalation_reset_test:1:matcha"] + sw_images: ["//sw/device/tests/sim_dv:data_integrity_escalation_reset_test:1"] en_run_modes: ["sw_test_mode_test_rom"] run_opts: ["+bypass_alert_ready_to_end_check=1"] reseed: 6 @@ -1807,7 +1807,7 @@ { name: chip_sw_rv_dm_access_after_escalation_reset uvm_test_seq: "chip_sw_rv_dm_access_after_escalation_reset_vseq" - sw_images: ["//sw/device/tests/sim_dv:alert_handler_escalation_test:1:matcha"] + sw_images: ["//sw/device/tests/sim_dv:alert_handler_escalation_test:1"] en_run_modes: ["sw_test_mode_test_rom"] run_opts: ["+use_jtag_dmi=1"] } @@ -2064,7 +2064,6 @@ "chip_sw_clkmgr_smoketest", "chip_sw_crt_test", "chip_sw_csrng_smoketest", - "chip_sw_data_integrity_escalation", "chip_sw_dma_main_test", "chip_sw_entropy_src_smoketest", "chip_sw_example_flash", @@ -2083,13 +2082,11 @@ "chip_sw_otp_ctrl_escalation", "chip_sw_otp_ctrl_smoketest", "chip_sw_rom_ctrl_integrity_check", - "chip_sw_rstmgr_rst_cnsty_escalation", "chip_sw_rstmgr_smoketest", "chip_sw_rstmgr_sw_req", "chip_sw_rstmgr_sw_rst", "chip_sw_rv_core_ibex_nmi_irq", "chip_sw_rv_core_ibex_rnd", - "chip_sw_rv_dm_access_after_escalation_reset", "chip_sw_rv_dm_ndm_reset_req_when_cpu_halted", "chip_sw_rv_plic_smoketest", "chip_sw_rv_timer_irq", @@ -2136,7 +2133,6 @@ "chip_sw_clkmgr_smoketest", "chip_sw_crt_test", "chip_sw_csrng_smoketest", - "chip_sw_data_integrity_escalation", "chip_sw_dma_main_test", "chip_sw_entropy_src_smoketest", "chip_sw_example_flash", @@ -2156,13 +2152,11 @@ "chip_sw_otp_ctrl_smoketest", "chip_sw_pwrmgr_sleep_sensor_ctrl_alert_wakeup", "chip_sw_rom_ctrl_integrity_check", - "chip_sw_rstmgr_rst_cnsty_escalation", "chip_sw_rstmgr_smoketest", "chip_sw_rstmgr_sw_req", "chip_sw_rstmgr_sw_rst", "chip_sw_rv_core_ibex_nmi_irq", "chip_sw_rv_core_ibex_rnd", - "chip_sw_rv_dm_access_after_escalation_reset", "chip_sw_rv_dm_ndm_reset_req_when_cpu_halted", "chip_sw_rv_plic_smoketest", "chip_sw_rv_timer_irq",
diff --git a/sw/device/tests/sim_dv/BUILD b/sw/device/tests/sim_dv/BUILD index d0bd94b..8740d12 100644 --- a/sw/device/tests/sim_dv/BUILD +++ b/sw/device/tests/sim_dv/BUILD
@@ -168,23 +168,3 @@ "@lowrisc_opentitan//sw/device/lib/testing:rv_plic_testutils", ], ) - -matcha_dv_test( - name = "data_integrity_escalation_reset_test", - srcs = ["@lowrisc_opentitan//sw/device/tests/sim_dv:data_integrity_escalation_reset_test.c"], - deps = [ - "//sw/device/lib/dif:alert_handler", - "//sw/device/lib/dif:rstmgr", - "//sw/device/lib/dif:rv_plic_sec", - "//sw/device/tests:test_dv_lib_opentitan", - "@lowrisc_opentitan//sw/device/lib/dif:aon_timer", - "@lowrisc_opentitan//sw/device/lib/dif:flash_ctrl", - "@lowrisc_opentitan//sw/device/lib/dif:rv_core_ibex", - "@lowrisc_opentitan//sw/device/lib/dif:sram_ctrl", - "@lowrisc_opentitan//sw/device/lib/testing:alert_handler_testutils", - "@lowrisc_opentitan//sw/device/lib/testing:aon_timer_testutils", - "@lowrisc_opentitan//sw/device/lib/testing:flash_ctrl_testutils", - "@lowrisc_opentitan//sw/device/lib/testing:rstmgr_testutils", - "@lowrisc_opentitan//sw/device/lib/testing:rv_plic_testutils", - ], -)