Searched refs:OTCI (Results 1 – 5 of 5) sorted by relevance
| /openthread-latest/tools/otci/otci/ |
| D | __init__.py | 33 from .otci import OTCI
|
| D | otci.py | 44 class OTCI(object): class 265 m = OTCI._PING_STATISTICS_PATTERN.match(line) 601 data[OTCI.__LEADER_DATA_KEY_MAP[k]] = int(v) 819 matched = re.match(OTCI._IPV6_SERVER_PORT_PATTERN, v) 1102 m = re.match(OTCI._SRP_CLIENT_HOST_PATTERN, line) 1148 m = OTCI._SRP_CLIENT_SERVICE_PATTERN.match(line) 1203 matched = re.match(OTCI._IPV6_SERVER_PORT_PATTERN, result) 1416 matched = OTCI._CSL_TIMEOUT_PATTERN.match(v) 1420 matched = OTCI._CSL_PERIOD_PATTERN.match(v) 3155 def connect_cli_sim(executable: str, nodeid: int, simulator: Optional[Simulator] = None) -> OTCI: [all …]
|
| /openthread-latest/tools/cp-caps/ |
| D | rcp_caps_test.py | 40 from otci import OTCI 280 def __run_link_metrics_test_commands(self, initiator: OTCI, subject_address: Ip6Addr) -> bool: argument 589 sender: OTCI, argument 590 receiver: OTCI, argument 650 def __connect_dut(self) -> OTCI: 664 def __connect_reference_device(self) -> OTCI:
|
| /openthread-latest/tools/otci/tests/ |
| D | test_otci.py | 37 from otci import OTCI 340 def _test_otci_dns(self, client: OTCI, server: OTCI): argument 370 def _test_otci_srp(self, client: OTCI, server: OTCI): argument 502 def _test_otci_srp_remove(self, client: OTCI, server: OTCI): argument
|
| /openthread-latest/tools/otci/ |
| D | README.md | 3 The OpenThread Control Interface (OTCI) is a library which provides uniform python interfaces to co…
|