Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py46 pre_script=None, argument
63 self.pre_script = pre_script
72 self.pre_script = pre_script
201 self.options.pre_script,
212 self.options.pre_script,
241 pre_script, argument
251 pre_script=pre_script,
268 pre_script = dut.get('pre_script')
307 pre_script=pre_script,
Dhandlers.py726 pre_script = hardware.pre_script
731 if pre_script:
735 self.run_custom_script(pre_script, timeout)
Dharness.py476 if hardware.pre_script:
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dtwister_harness_config.py34 pre_script: Path | None = None
81 pre_script=_cast_to_path(config.option.pre_script),
Dplugin.py160 config.option.pre_script = _normalize_path(config.option.pre_script)
/Zephyr-latest/scripts/tests/twister/
Dtest_hardwaremap.py175 mocked_hm.options.pre_script = 'dummy pre script'
255 pre_script = 'dummy pre script'
256 hm.add_device(serial, platform, pre_script, is_pty)
Dtest_harness.py487 hardware.pre_script = "pre_script"
Dtest_handlers.py1439 pre_script='dummy pre script',
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py104 if self.device_config.pre_script:
105 self._run_custom_script(self.device_config.pre_script, self.base_timeout)