Home
last modified time | relevance | path

Searched defs:DeviceAdapter (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_bootstrap.py34 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…
Dtest_blockwise.py25 def test_blockwise_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
46 def test_blockwise_2(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
77 def test_blockwise_3(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
109 def test_blockwise_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str):
Dtest_nosec.py26 def test_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose…
33 def test_LightweightM2M_1_1_int_105(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose…
Dtest_lwm2m.py33 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 …]
Dconftest.py97 def endpoint_nosec(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan) -> str:
127 def endpoint_bootstrap(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan, leshan_bootstrap:…
172 def endpoint_registered(endpoint_bootstrap, dut: DeviceAdapter) -> str:
/Zephyr-latest/tests/lib/devicetree/memory_region_flags/pytest/
Dtest_memory_region_flags.py63 def test_region_r(dut: DeviceAdapter):
66 def test_region_nrwxail(dut: DeviceAdapter):
69 def test_region_no_flags(dut: DeviceAdapter):
72 def test_region_none(dut: DeviceAdapter):
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/
Dfixtures.py49 def unlaunched_dut(request: pytest.FixtureRequest, device_object: DeviceAdapter) -> Generator[Devic…
58 def dut(request: pytest.FixtureRequest, device_object: DeviceAdapter) -> Generator[DeviceAdapter, N…
69 def shell(dut: DeviceAdapter) -> Shell:
93 def mcumgr(is_mcumgr_available: None, dut: DeviceAdapter) -> Generator[MCUmgr, None, None]:
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dtest_upgrade.py35 def clear_buffer(dut: DeviceAdapter) -> None:
45 def test_upgrade_with_confirm(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr):
96 def test_upgrade_with_revert(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr):
157 def test_upgrade_signature(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr, key_file):
Dtest_downgrade_prevention.py17 def test_downgrade_prevention(dut: DeviceAdapter, shell: Shell, mcumgr: MCUmgr):
/Zephyr-latest/samples/boards/nordic/coresight_stm/pytest/
Dtest_stm.py108 dut: DeviceAdapter,
152 def test_STM_decoded(dut: DeviceAdapter):
200 def test_STM_dictionary_mode(dut: DeviceAdapter):
/Zephyr-latest/tests/boards/nrf/coresight_stm/pytest/
Dtest_stm.py130 dut: DeviceAdapter,
174 def test_STM_decoded(dut: DeviceAdapter):
254 def test_STM_dictionary_mode(dut: DeviceAdapter):
/Zephyr-latest/tests/subsys/logging/dictionary/pytest/
Dtest_logging_dictionary.py23 def process_logs(dut: DeviceAdapter, build_dir):
153 def test_logging_dictionary(dut: DeviceAdapter, is_fpu_build):
/Zephyr-latest/tests/drivers/can/host/pytest/
Dconftest.py25 def fixture_context(request, dut: DeviceAdapter) -> str:
55 def can_dut(dut: DeviceAdapter, shell: Shell, chosen: str) -> BusABC:
Dcan_shell.py26 def __init__(self, dut: DeviceAdapter, shell: Shell, channel: str,
/Zephyr-latest/tests/kernel/timer/timer_behavior/pytest/
Dtest_timer.py87 def wait_sync_point(dut: DeviceAdapter, point):
91 def test_flash(dut: DeviceAdapter, tool, tool_options, config,
/Zephyr-latest/tests/subsys/debug/gdbstub/pytest/
Dtest_gdbstub.py21 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-latest/samples/boards/nxp/mimxrt1170_evk_cm7/magic_addr/pytest/
Dtest_magic_addr.py12 def test_magic_addr(dut: DeviceAdapter):
/Zephyr-latest/tests/misc/llext-edk/pytest/
Dtest_edk.py17 def test_edk(unlaunched_dut: DeviceAdapter):
/Zephyr-latest/samples/subsys/profiling/perf/pytest/
Dtest_perf.py15 def test_shell_perf(dut: DeviceAdapter, shell: Shell):
/Zephyr-latest/tests/net/socket/tls_configurations/pytest/
Dtest_app_vs_openssl.py72 def test_app_vs_openssl(dut: DeviceAdapter, server_type, port):
/Zephyr-latest/doc/develop/test/
Dpytest.rst190 DeviceAdapter subsection
211 .. _shell_class:
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dfactory.py31 def register_device_class(cls, name: str, klass: Type[DeviceAdapter]):
Ddevice_adapter.py28 class DeviceAdapter(abc.ABC): class
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/helpers/
Dshell.py26 self, device: DeviceAdapter, prompt: str = 'uart:~$', timeout: float | None = None