Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py35 post_flash_script: Path | None = None
80 post_flash_script=_cast_to_path(config.option.post_flash_script),
Dplugin.py153 config.option.post_flash_script = _normalize_path(config.option.post_flash_script)
/Zephyr-Core-3.7.0/scripts/pylib/twister/twisterlib/
Dhardwaremap.py49 post_flash_script=None, argument
69 self.post_flash_script = post_flash_script
232 post_flash_script = dut.get('post_flash_script')
264 post_flash_script=post_flash_script,
Dhandlers.py673 post_flash_script = hardware.post_flash_script
740 if post_flash_script:
741 self.run_custom_script(post_flash_script, 30)
Dharness.py453 if hardware.post_flash_script:
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py128 if self.device_config.post_flash_script:
129 self._run_custom_script(self.device_config.post_flash_script, self.base_timeout)
/Zephyr-Core-3.7.0/scripts/tests/twister/
Dtest_harness.py377 hardware.post_flash_script = 'post_flash_script'
Dtest_handlers.py1333 post_flash_script='dummy post flash script',