Home
last modified time | relevance | path

Searched defs:HardwareAdapter (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/scripts/pylib/pytest-twister-harness/tests/device/
Dhardware_adapter_test.py33 …rdware_adapter_raise_exception_when_west_not_found(patched_which, device: HardwareAdapter) -> None:
39 def test_if_get_command_returns_proper_string_1(patched_which, device: HardwareAdapter) -> None:
47 def test_if_get_command_returns_proper_string_2(patched_which, device: HardwareAdapter) -> None:
58 def test_if_get_command_returns_proper_string_3(patched_which, device: HardwareAdapter) -> None:
69 def test_if_get_command_returns_proper_string_4(patched_which, device: HardwareAdapter) -> None:
82 def test_if_get_command_returns_proper_string_5(patched_which, device: HardwareAdapter) -> None:
95 def test_if_get_command_returns_proper_string_6(patched_which, device: HardwareAdapter) -> None:
107 def test_if_get_command_returns_proper_string_7(patched_which, device: HardwareAdapter) -> None:
119 def test_if_get_command_returns_proper_string_8(patched_which, device: HardwareAdapter) -> None:
132 …command_returns_proper_string_with_runner_params_1(patched_which, device: HardwareAdapter) -> None:
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py28 class HardwareAdapter(DeviceAdapter): class