Home
last modified time | relevance | path

Searched refs:HardwareAdapter (Results 1 – 3 of 3) sorted by relevance

/scripts/pylib/pytest-twister-harness/tests/device/
A Dhardware_adapter_test.py12 from twister_harness.device.hardware_adapter import HardwareAdapter
18 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: 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
170 patched_which, device: HardwareAdapter argument
184 def test_if_hardware_adapter_raises_exception_empty_command(device: HardwareAdapter) -> None: argument
211 patched_serial, patched_popen, device: HardwareAdapter, monkeypatch: pytest.MonkeyPatch argument
[all …]
/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
A Dfactory.py11 from twister_harness.device.hardware_adapter import HardwareAdapter
48 DeviceFactory.register_device_class('hardware', HardwareAdapter)
A Dhardware_adapter.py28 class HardwareAdapter(DeviceAdapter): class

Completed in 5 milliseconds