test(panic): update multi-core target list in panic_dut

This commit is contained in:
Erhan Kurubas
2026-04-10 15:36:52 +02:00
parent 6a713b97c6
commit 54287a574b
@@ -65,7 +65,7 @@ class PanicTestDut(IdfDut):
@property
def is_multi_core(self) -> bool:
return self.target in ['esp32', 'esp32s3', 'esp32p4']
return self.target in ['esp32', 'esp32s3', 'esp32p4', 'esp32h4', 'esp32s31']
def run_test_func(self, test_func_name: str) -> None:
if self.target == 'esp32p4' and not self.app.sdkconfig.get('ESP32P4_SELECTS_REV_LESS_V3'):