Searched refs:leshan (Results 1 – 11 of 11) sorted by relevance
/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… 39 leshan.write(endpoint, '1/0/1', lifetime) 41 latest = leshan.get(f'/clients/{endpoint}') 47 def test_LightweightM2M_1_1_int_103(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 49 leshan.execute(endpoint, '1/0/4') 58 def test_LightweightM2M_1_1_int_104(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 62 leshan.execute(endpoint, '1/0/8') 66 def test_LightweightM2M_1_1_int_107(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str… 68 leshan.write(endpoint, '1/0/1', 120) [all …]
|
D | test_blockwise.py | 20 from leshan import Leshan 25 def test_blockwise_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: str): 29 fmt = leshan.format 30 to = leshan.timeout 31 leshan.format = 'OPAQUE' 32 leshan.timeout = 600 33 leshan.write(endpoint, '5/0/0', fw) 36 leshan.execute(endpoint, '5/0/2') 43 leshan.format = fmt 44 leshan.timeout = to [all …]
|
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… 29 resp = leshan.discover(endpoint, '16/0') 38 assert leshan.create_obj_instance(endpoint, '16/1', resources)['status'] == 'CREATED(201)' 39 resp = leshan.discover(endpoint, '16/1') 41 resp = leshan.read(endpoint, '16') 55 def test_LightweightM2M_1_1_int_1635(shell: Shell, leshan: Leshan, endpoint: str, configuration_C13… 57 resp = leshan.discover(endpoint, '16') 61 assert leshan.delete(endpoint, '16/0')['status'] == 'DELETED(202)' 62 resp = leshan.discover(endpoint, '16')
|
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… 42 verify_LightweightM2M_1_1_int_101(shell, dut, leshan, endpoint_bootstrap) 43 verify_LightweightM2M_1_1_int_401(shell, leshan, endpoint_bootstrap) 45 def test_LightweightM2M_1_1_int_4(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: Endpo… 51 leshan.execute(endpoint, '1/0/9') 58 def test_LightweightM2M_1_1_int_5(dut: DeviceAdapter, leshan: Leshan, endpoint: Endpoint): 60 leshan.execute(endpoint, '1/0/9') 90 def verify_LightweightM2M_1_1_int_101(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint: E… 93 assert leshan.get(f'/clients/{endpoint}') [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… 31 assert leshan.get(f'/clients/{endpoint_nosec}') 33 def test_LightweightM2M_1_1_int_105(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_nose… 38 status = leshan.get(f'/clients/{endpoint_nosec}')
|
D | conftest.py | 18 from leshan import Leshan 56 def leshan(request) -> Leshan: function 97 def endpoint_nosec(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan) -> str: 127 def endpoint_bootstrap(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan, leshan_bootstrap:… 147 leshan.create_psk_device(ep, passwd) 168 leshan.delete_device(ep)
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/ |
D | README.md | 36 Start the docker container and run leshan 39 docker container exec net-tools /net-tools/start-leshan.sh 61 …nload Leshan JAR file from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/l… 62 …strap server JAR file from https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/l… 66 java -jar ./leshan-server-demo.jar -wp 8080 -vv 67 java -jar ./leshan-bsserver-demo.jar -lp=5783 -slp=5784 -wp 8081 75 if [ ! -f leshan-server-demo.jar ]; then 76 … wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar 79 if [ ! -f leshan-bsserver-demo.jar ]; then 80 …wget 'https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.j… [all …]
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | Kconfig | 32 default "coap://leshan.eclipseprojects.io:5683" if (WIFI && !LWM2M_DTLS_SUPPORT) 33 default "coaps://leshan.eclipseprojects.io:5684" if (WIFI && LWM2M_DTLS_SUPPORT)
|
D | README.rst | 30 - Leshan Demo Server (https://eclipse.org/leshan/) 75 …$ wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-server-demo.jar 76 $ java -jar ./leshan-server-demo.jar -wp 8080 134 …$ wget https://ci.eclipse.org/leshan/job/leshan/lastSuccessfulBuild/artifact/leshan-bsserver-demo.… 135 $ java -jar ./leshan-bsserver-demo.jar -wp 8888 -lp 5783 -slp 5784
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | lwm2m.rst | 345 * Use leshan.eclipse.org server IP (5.39.83.206) for connection
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 1403 "./tests/net/lib/lwm2m/interop/pytest/leshan.py" = [ 1787 "./tests/net/lib/lwm2m/interop/pytest/leshan.py",
|