Searched refs:HardwareAdapter (Results 1 – 3 of 3) sorted by relevance
12 from twister_harness.device.hardware_adapter import HardwareAdapter18 def fixture_adapter(tmp_path) -> HardwareAdapter:29 return HardwareAdapter(device_config)39 def test_if_get_command_returns_proper_string_1(patched_which, device: HardwareAdapter) -> None: argument47 def test_if_get_command_returns_proper_string_2(patched_which, device: HardwareAdapter) -> None: argument58 def test_if_get_command_returns_proper_string_3(patched_which, device: HardwareAdapter) -> None: argument69 def test_if_get_command_returns_proper_string_4(patched_which, device: HardwareAdapter) -> None: argument170 patched_which, device: HardwareAdapter argument184 def test_if_hardware_adapter_raises_exception_empty_command(device: HardwareAdapter) -> None: argument211 patched_serial, patched_popen, device: HardwareAdapter, monkeypatch: pytest.MonkeyPatch argument[all …]
11 from twister_harness.device.hardware_adapter import HardwareAdapter48 DeviceFactory.register_device_class('hardware', HardwareAdapter)
28 class HardwareAdapter(DeviceAdapter): class
Completed in 5 milliseconds