Searched defs:DeviceAdapter (Results 1 – 13 of 13) sorted by relevance
/Zephyr-Core-3.6.0/tests/net/lib/lwm2m/interop/pytest/ |
D | test_bootstrap.py | 34 def verify_LightweightM2M_1_1_int_0(dut: DeviceAdapter, endpoint_bootstrap: Endpoint): 39 def test_LightweightM2M_1_1_int_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_bootst… 45 def test_LightweightM2M_1_1_int_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: Endpo… 58 def test_LightweightM2M_1_1_int_5(dut: DeviceAdapter, leshan: Leshan, endpoint: Endpoint): 65 def test_LightweightM2M_1_1_int_6(shell: Shell, dut: DeviceAdapter, endpoint: Endpoint): 81 def test_LightweightM2M_1_1_int_7(shell: Shell, dut: DeviceAdapter, endpoint: Endpoint): 90 def verify_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: E…
|
D | test_nosec.py | 26 def test_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose… 36 def test_LightweightM2M_1_1_int_105(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose…
|
D | conftest.py | 91 def endpoint_nosec(shell: Shell, dut: DeviceAdapter, leshan: Leshan) -> str: 119 def endpoint_bootstrap(shell: Shell, dut: DeviceAdapter, leshan: Leshan, leshan_bootstrap: Leshan) … 158 def endpoint_registered(endpoint_bootstrap, dut: DeviceAdapter) -> str:
|
D | test_lwm2m.py | 33 def test_LightweightM2M_1_1_int_102(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 47 def test_LightweightM2M_1_1_int_103(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 58 def test_LightweightM2M_1_1_int_104(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 66 def test_LightweightM2M_1_1_int_107(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 82 def test_LightweightM2M_1_1_int_109(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 266 def test_LightweightM2M_1_1_int_227(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 277 def test_LightweightM2M_1_1_int_228(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 404 def test_LightweightM2M_1_1_int_241(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 547 def test_LightweightM2M_1_1_int_302(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 566 def test_LightweightM2M_1_1_int_303(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… [all …]
|
/Zephyr-Core-3.6.0/tests/boot/with_mcumgr/pytest/ |
D | test_upgrade.py | 41 def clear_buffer(dut: DeviceAdapter) -> None: 51 def test_upgrade_with_confirm(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr): 101 def test_upgrade_with_revert(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr): 161 def test_upgrade_signature(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr, key_file):
|
D | test_downgrade_prevention.py | 23 def test_downgrade_prevention(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr):
|
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/ |
D | fixtures.py | 47 def dut(request: pytest.FixtureRequest, device_object: DeviceAdapter) -> Generator[DeviceAdapter, N… 58 def shell(dut: DeviceAdapter) -> Shell: 79 def mcumgr(is_mcumgr_available: None, dut: DeviceAdapter) -> Generator[MCUmgr, None, None]:
|
/Zephyr-Core-3.6.0/tests/kernel/timer/timer_behavior/pytest/ |
D | test_timer.py | 61 def wait_sync_point(dut: DeviceAdapter, point): 65 def test_flash(dut: DeviceAdapter, tool, tool_options, config,
|
/Zephyr-Core-3.6.0/tests/subsys/debug/gdbstub/pytest/ |
D | test_gdbstub.py | 21 def gdb_process(dut: DeviceAdapter, gdb_script, gdb_timeout, gdb_target_remote) -> subprocess.Compl… 79 def test_gdbstub(dut: DeviceAdapter, gdb_process, expected_app, expected_gdb, expected_gdb_detach, …
|
/Zephyr-Core-3.6.0/doc/develop/test/ |
D | pytest.rst | 172 DeviceAdapter subsection 193 .. _shell_class:
|
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/ |
D | factory.py | 31 def register_device_class(cls, name: str, klass: Type[DeviceAdapter]):
|
D | device_adapter.py | 27 class DeviceAdapter(abc.ABC): class
|
/Zephyr-Core-3.6.0/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/ |
D | shell.py | 25 …def __init__(self, device: DeviceAdapter, prompt: str = 'uart:~$', timeout: float | None = None) -…
|