Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 13 of 13) sorted by relevance

/scripts/pylib/pytest-twister-harness/tests/
A Dconftest.py40 def shell_simulator_path(resources: Path) -> str:
46 tmp_path: Path, shell_simulator_path: str
A Dplugin_test.py31 tmp_path: Path,
/scripts/pylib/pytest-twister-harness/tests/device/
A Dbinary_adapter_test.py25 def script_path(resources: Path) -> str:
30 def fixture_device_adapter(tmp_path: Path) -> Generator[NativeSimulatorAdapter, None, None]:
205 def test_if_custom_binary_adapter_get_command_returns_proper_string(patched_which, tmp_path: Path) …
213 def test_if_custom_binary_adapter_raise_exception_when_west_not_found(patched_which, tmp_path: Path
219 def test_if_unit_binary_adapter_get_command_returns_proper_string(tmp_path: Path) -> None:
A Dhardware_adapter_test.py192 def test_device_log_correct_error_handle(patched_popen, device: HardwareAdapter, tmp_path: Path) ->…
/scripts/west_commands/fetchers/
A Dcore.py22 def fetch(self, url: str, path: Path):
/scripts/
A Dsnippets.py51 def process_data(self, pathobj: Path, snippet_data: dict, sysbuild: bool):
263 def process_snippets_in(root_dir: Path, snippets: Snippets, sysbuild: bool) -> None:
288 def load_snippet_yml(snippet_yml: Path) -> dict:
330 def write_cmake_out(snippets: Snippets, cmake_out: Path) -> None:
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dfifo_handler.py23 def __init__(self, fifo_path: str | Path, timeout: float):
A Dhardware_adapter.py274 def _run_custom_script(script_path: str | Path, timeout: float) -> None:
/scripts/west_commands/runners/
A Dstlink_gdbserver.py30 def find_highest_clt_version(tools_folder: Path) -> Path | None:
A Dtrace32.py31 t32_cfg: Path,
/scripts/utils/
A Dpinctrl_nrf_migrate.py176 configs: List[DeviceConfiguration], input_file: Path, header: str
635 def main(input_file: Path, no_backup: bool, skip_nrf_check: bool, header: str) -> None:
/scripts/pylib/twister/twisterlib/
A Dquarantine.py97 def load_data_from_yaml(cls, filename: str | Path) -> QuarantineData:
/scripts/west_commands/
A Dpatch.py531 def get_file_sha256sum(filename: Path) -> str:

Completed in 20 milliseconds