Home
last modified time | relevance | path

Searched refs:_run_custom_script (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py105 self._run_custom_script(self.device_config.pre_script, self.base_timeout)
130 self._run_custom_script(self.device_config.post_flash_script, self.base_timeout)
200 self._run_custom_script(self.device_config.post_script, self.base_timeout)
271 def _run_custom_script(script_path: str | Path, timeout: float) -> None: member in HardwareAdapter