Searched refs:post_flash_script (Results 1 – 8 of 8) sorted by relevance
36 post_flash_script: Path | None = None83 post_flash_script=_cast_to_path(config.option.post_flash_script),
162 config.option.post_flash_script = _normalize_path(config.option.post_flash_script)
48 post_flash_script=None, argument70 self.post_flash_script = post_flash_script271 post_flash_script = dut.get('post_flash_script')310 post_flash_script=post_flash_script,
727 post_flash_script = hardware.post_flash_script799 if post_flash_script:803 self.run_custom_script(post_flash_script, timeout)
479 if hardware.post_flash_script:
129 if self.device_config.post_flash_script:130 self._run_custom_script(self.device_config.post_flash_script, self.base_timeout)
488 hardware.post_flash_script = "post_flash_script"
1441 post_flash_script='dummy post flash script',