Lines Matching refs:HardwareAdapter

12 from twister_harness.device.hardware_adapter import HardwareAdapter
18 def fixture_adapter(tmp_path) -> HardwareAdapter:
29 return HardwareAdapter(device_config)
33 …rdware_adapter_raise_exception_when_west_not_found(patched_which, device: HardwareAdapter) -> None: argument
39 def test_if_get_command_returns_proper_string_1(patched_which, device: HardwareAdapter) -> None: argument
47 def test_if_get_command_returns_proper_string_2(patched_which, device: HardwareAdapter) -> None: argument
58 def test_if_get_command_returns_proper_string_3(patched_which, device: HardwareAdapter) -> None: argument
69 def test_if_get_command_returns_proper_string_4(patched_which, device: HardwareAdapter) -> None: argument
82 def test_if_get_command_returns_proper_string_5(patched_which, device: HardwareAdapter) -> None: argument
95 def test_if_get_command_returns_proper_string_6(patched_which, device: HardwareAdapter) -> None: argument
107 def test_if_get_command_returns_proper_string_7(patched_which, device: HardwareAdapter) -> None: argument
119 def test_if_get_command_returns_proper_string_8(patched_which, device: HardwareAdapter) -> None: argument
132 …command_returns_proper_string_with_runner_params_1(patched_which, device: HardwareAdapter) -> None: argument
144 …command_returns_proper_string_with_runner_params_2(patched_which, device: HardwareAdapter) -> None: argument
170 patched_which, device: HardwareAdapter argument
184 def test_if_hardware_adapter_raises_exception_empty_command(device: HardwareAdapter) -> None: argument
192 def test_device_log_correct_error_handle(patched_popen, device: HardwareAdapter, tmp_path: Path) ->… argument
211 patched_serial, patched_popen, device: HardwareAdapter, monkeypatch: pytest.MonkeyPatch argument
242 device: HardwareAdapter, shell_simulator_path: str argument