Searched refs:endpoint_bootstrap (Results 1 – 2 of 2) sorted by relevance
| /tests/net/lib/lwm2m/interop/pytest/ |
| A D | test_bootstrap.py | 34 def verify_LightweightM2M_1_1_int_0(dut: DeviceAdapter, endpoint_bootstrap: Endpoint): 37 endpoint_bootstrap.bootstrap = True 39 …eightM2M_1_1_int_1(shell: Shell, dut: DeviceAdapter, leshan: Leshan, endpoint_bootstrap: Endpoint): 41 verify_LightweightM2M_1_1_int_0(dut, endpoint_bootstrap) 42 verify_LightweightM2M_1_1_int_101(shell, dut, leshan, endpoint_bootstrap) 43 verify_LightweightM2M_1_1_int_401(shell, leshan, endpoint_bootstrap)
|
| A D | conftest.py | 127 def endpoint_bootstrap(request, shell: Shell, dut: DeviceAdapter, leshan: Leshan, leshan_bootstrap:… function 172 def endpoint_registered(endpoint_bootstrap, dut: DeviceAdapter) -> str: argument 174 if not endpoint_bootstrap.registered: 176 endpoint_bootstrap.bootstrap = True 177 endpoint_bootstrap.registered = True 178 return endpoint_bootstrap
|
Completed in 12 milliseconds