/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | test_lwm2m.py | 25 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 …]
|
D | test_nosec.py | 19 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
|
D | test_bootstrap.py | 19 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
|
D | conftest.py | 18 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
|
D | test_portfolio.py | 21 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
|
D | test_blockwise.py | 20 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
|
D | leshan.py | 20 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/ |
D | README.md | 1 # 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/ |
D | README.rst | 30 - 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/ |
D | release-notes-1.10.rst | 222 * :github:`1435` - Could not connect to Eclipse Leshan Demo Server
|
D | release-notes-3.5.rst | 854 * Added LwM2M interoperability test-suite against Leshan server.
|
D | release-notes-3.1.rst | 1966 * :github:`29941` - Unable to connect Leshan LwM2M server using x86 based LwM2M client
|