Searched refs:script_path (Results 1 – 4 of 4) sorted by relevance
/scripts/pylib/pytest-twister-harness/tests/device/ |
A D | binary_adapter_test.py | 25 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 D | qemu_adapter_test.py | 37 script_path = resources.joinpath('fifo_mock.py') 38 device.command = ['python', str(script_path), fifo_file_path]
|
/scripts/ci/ |
A D | guideline_check.py | 90 script_path =zephyr_base + "/" + script 96 script_path,
|
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
A D | hardware_adapter.py | 274 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