Home
last modified time | relevance | path

Searched refs:Leshan (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py25 from leshan import Leshan
33 def test_LightweightM2M_1_1_int_102(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument
47 def test_LightweightM2M_1_1_int_103(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument
58 def test_LightweightM2M_1_1_int_104(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument
66 def test_LightweightM2M_1_1_int_107(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument
82 def test_LightweightM2M_1_1_int_109(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… argument
90 def test_LightweightM2M_1_1_int_201(shell: Shell, leshan: Leshan, endpoint: str): argument
118 def test_LightweightM2M_1_1_int_203(shell: Shell, leshan: Leshan, endpoint: str): argument
126 def test_LightweightM2M_1_1_int_204(shell: Shell, leshan: Leshan, endpoint: str): argument
134 def test_LightweightM2M_1_1_int_205(shell: Shell, leshan: Leshan, endpoint: str): argument
[all …]
Dtest_nosec.py19 from leshan import Leshan
26 def test_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose… argument
33 def test_LightweightM2M_1_1_int_105(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose… argument
Dtest_bootstrap.py19 from leshan import Leshan
39 def test_LightweightM2M_1_1_int_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_bootst… argument
45 def test_LightweightM2M_1_1_int_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: Endpo… argument
58 def test_LightweightM2M_1_1_int_5(dut: DeviceAdapter, leshan: Leshan, endpoint: Endpoint): argument
90 def verify_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: E… argument
96 def verify_LightweightM2M_1_1_int_401(shell: Shell, leshan: Leshan, endpoint: Endpoint): argument
Dconftest.py18 from leshan import Leshan
56 def leshan(request) -> Leshan:
64 return Leshan(request.config.getoption('--leshan_rest_api'))
69 def leshan_bootstrap(request) -> Leshan:
77 return Leshan(request.config.getoption('--leshan_bootstrap_rest_api'))
97 def endpoint_nosec(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan) -> str: argument
127 …ootstrap(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan, leshan_bootstrap: Leshan) -> s… argument
Dtest_portfolio.py21 from leshan import Leshan
27 def test_LightweightM2M_1_1_int_1630(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13… argument
55 def test_LightweightM2M_1_1_int_1635(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13… argument
Dtest_blockwise.py20 from leshan import Leshan
25 def test_blockwise_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): argument
46 def test_blockwise_2(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): argument
77 def test_blockwise_3(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): argument
109 def test_blockwise_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): argument
Dleshan.py20 class Leshan: class
63 return Leshan.handle_response(resp)
68 return Leshan.handle_response(resp)
87 return Leshan.handle_response(resp)
92 return Leshan.handle_response(resp)
324 payload = Leshan.handle_response(resp)
363 return Leshan.handle_response(resp)
404 payload = Leshan.handle_response(resp)
460 return Leshan.parse_composite(data['val'])
463 return Leshan.parse_composite(d)
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md1 # LwM2M Interoperability tests using Leshan demo server
4 the Twister's Pytest integration to run testcases against Leshan demo server.
21 Zephyr's net-tools Docker container already contains Leshan, so if you don't want to set the enviro…
42 ### Stop Leshan, docker and networking
50 ### Leshan server setup (manual)
52 * Leshan server must be reachable from the device using IP address `192.0.2.2`.
53 Configure the port forwarding, if you use Docker to run Leshan.
54 * Leshan demo server REST API must be reachable from localhost.
55 * tcp/8080 Leshan web interface and REST API
56 * tcp/8081 Leshan bootstrap server REST API
[all …]
/Zephyr-latest/samples/net/lwm2m_client/
DREADME.rst30 - Leshan Demo Server (https://eclipse.org/leshan/)
71 Download and run the latest build of the Leshan Demo Server:
90 The sample will start and automatically connect to the Leshan Demo Server with
112 Setup DTLS security in Leshan Demo Server:
114 1. Open up the Leshan Demo Server web UI
130 run the Leshan Demo Bootstrap Server:
168 The sample will start and automatically connect to the Leshan Demo Bootstrap
170 automatically connect to the Leshan Demo Sever, as it was indicated in the
175 the overlay file for Bootstrap over DTLS (5784 in case of Leshan Demo Bootstrap
256 in the Leshan Demo Server interface, and finally, the registration request is
/Zephyr-latest/doc/releases/
Drelease-notes-1.10.rst222 * :github:`1435` - Could not connect to Eclipse Leshan Demo Server
Drelease-notes-3.5.rst854 * Added LwM2M interoperability test-suite against Leshan server.
Drelease-notes-3.1.rst1966 * :github:`29941` - Unable to connect Leshan LwM2M server using x86 based LwM2M client