Home
last modified time | relevance | path

Searched refs:remove_attributes (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/
Dtest_lwm2m.py467 leshan.remove_attributes(endpoint, '3', ['pmin', 'pmax'])
488 leshan.remove_attributes(endpoint, '3', ['pmin', 'pmax'])
489 leshan.remove_attributes(endpoint, '3/0', ['pmax'])
490 leshan.remove_attributes(endpoint, '3/0/11/0', ['pmax'])
545 leshan.remove_attributes(endpoint, '3/0/7', ['pmin', 'pmax'])
613 leshan.remove_attributes(endpoint, '1/0/1', ['pmin', 'pmax'])
683 leshan.remove_attributes(endpoint, '16/0', ['pmin','pmax'])
726 leshan.remove_attributes(endpoint, '16/0', ['pmin', 'pmax'])
749 leshan.remove_attributes(endpoint, '3', ['pmax'])
Dleshan.py118 def remove_attributes(self, endpoint: str, path: str, attributes: list): member in Leshan