Home
last modified time | relevance | path

Searched full:post_flash_script (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py36 post_flash_script: Path | None = None
83 post_flash_script=_cast_to_path(config.option.post_flash_script),
Dplugin.py162 config.option.post_flash_script = _normalize_path(config.option.post_flash_script)
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py48 post_flash_script=None, argument
70 self.post_flash_script = post_flash_script
271 post_flash_script = dut.get('post_flash_script')
310 post_flash_script=post_flash_script,
Dhandlers.py727 post_flash_script = hardware.post_flash_script
799 if post_flash_script:
803 self.run_custom_script(post_flash_script, timeout)
Dharness.py479 if hardware.post_flash_script:
480 command.append(f'--post-flash-script={hardware.post_flash_script}')
/Zephyr-latest/scripts/schemas/twister/
Dhwmap-schema.yaml47 "post_flash_script":
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py129 if self.device_config.post_flash_script:
130 self._run_custom_script(self.device_config.post_flash_script, self.base_timeout)
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py59 'post_flash_script': 'dummy post flash script',
81 'post_flash_script': 'dummy post flash script',
Dtest_harness.py488 hardware.post_flash_script = "post_flash_script"
520 assert "--post-flash-script=post_flash_script" in command
Dtest_handlers.py1441 post_flash_script='dummy post flash script',