Home
last modified time | relevance | path

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

/scripts/pylib/pytest-twister-harness/src/twister_harness/
A Dtwister_harness_config.py36 post_flash_script: Path | None = None
83 post_flash_script=_cast_to_path(config.option.post_flash_script),
A Dplugin.py162 config.option.post_flash_script = _normalize_path(config.option.post_flash_script)
/scripts/pylib/twister/twisterlib/
A Dhardwaremap.py47 post_flash_script=None, argument
69 self.post_flash_script = post_flash_script
270 post_flash_script = dut.get('post_flash_script')
309 post_flash_script=post_flash_script,
A Dhandlers.py723 post_flash_script = hardware.post_flash_script
795 if post_flash_script:
799 self.run_custom_script(post_flash_script, timeout)
A Dharness.py491 if hardware.post_flash_script:
/scripts/schemas/twister/
A Dhwmap-schema.yaml47 "post_flash_script":
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dhardware_adapter.py132 if self.device_config.post_flash_script:
133 self._run_custom_script(self.device_config.post_flash_script, self.base_timeout)
/scripts/tests/twister/
A Dtest_harness.py571 hardware.post_flash_script = "post_flash_script"
A Dtest_handlers.py1441 post_flash_script='dummy post flash script',

Completed in 14 milliseconds