Home
last modified time | relevance | path

Searched defs:NativeSimulatorAdapter (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/tests/device/
Dbinary_adapter_test.py42 device: NativeSimulatorAdapter, script_path: str
52 def test_if_binary_adapter_runs_without_errors(launched_device: NativeSimulatorAdapter) -> None:
68 device: NativeSimulatorAdapter, script_path: str
84 def test_if_binary_adapter_raises_exception_empty_command(device: NativeSimulatorAdapter) -> None:
93 patched_popen, device: NativeSimulatorAdapter
102 patched_popen, device: NativeSimulatorAdapter
111 patched_popen, device: NativeSimulatorAdapter
119 caplog: pytest.LogCaptureFixture, launched_device: NativeSimulatorAdapter
143 launched_device: NativeSimulatorAdapter
159 launched_device: NativeSimulatorAdapter
[all …]
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/tests/helpers/
Dshell_test.py9 def test_if_shell_helper_properly_send_command(shell_simulator_adapter: NativeSimulatorAdapter) -> …
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dbinary_adapter.py116 class NativeSimulatorAdapter(BinaryAdapterBase): class