Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 4 of 4) sorted by relevance

/scripts/pylib/pytest-twister-harness/tests/device/
A Dbinary_adapter_test.py25 def script_path(resources: Path) -> str: function
42 device: NativeSimulatorAdapter, script_path: str
44 device.command = ['python3', script_path]
68 device: NativeSimulatorAdapter, script_path: str
72 device.command = ['python3', script_path, '--long-sleep', '--sleep=5']
171 device: NativeSimulatorAdapter, script_path: str
173 device.command = ['python3', script_path, '--sleep=0.05']
A Dqemu_adapter_test.py37 script_path = resources.joinpath('fifo_mock.py')
38 device.command = ['python', str(script_path), fifo_file_path]
/scripts/ci/
A Dguideline_check.py90 script_path =zephyr_base + "/" + script
96 script_path,
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dhardware_adapter.py274 def _run_custom_script(script_path: str | Path, timeout: float) -> None:
275 … with subprocess.Popen(str(script_path), stderr=subprocess.PIPE, stdout=subprocess.PIPE) as proc:

Completed in 6 milliseconds