Home
last modified time | relevance | path

Searched refs:tuple (Results 1 – 13 of 13) sorted by relevance

/openthread-3.6.0/tests/scripts/thread-cert/
Dtest_srp_register_500_services.py56 ROUTER_IDS = tuple(range(1, NUM_ROUTERS + 1))
57 FED_IDS = tuple(range(NUM_ROUTERS + 1, NUM_SRP_CLIENTS + 1))
59 CLIENT_IDS = tuple(range(1, NUM_SRP_CLIENTS + 1))
60 INSTANCE_IDS = tuple(range(1, INSTANCE_NUM_PER_CLIENT + 1))
Dsimulator.py421 def _on_ack_seq_change(self, device: tuple, seq_no: int): argument
Dthread_cert.py238 if isinstance(j, tuple):
Dnode.py363 dig_result[section].append(tuple(record))
/openthread-3.6.0/tests/scripts/thread-cert/pktverify/
Dverify_result.py75 def seek_index(self, name: str) -> tuple:
Dpcap_reader.py72 return PacketFilter(tuple(map(Packet, filecap._packets)))
Dcoap.py88 def _parse_next_tlv(payload, read_pos) -> tuple:
Dpacket_filter.py90 … assert isinstance(self._start_index, tuple) and len(self._start_index) == 2, self._start_index
91 assert isinstance(self._stop_index, tuple) and len(self._stop_index) == 2, self._stop_index
92 assert isinstance(self._index, tuple) and len(self._index) == 2, self._index
115 assert isinstance(index, tuple) and len(index) == 2, index
/openthread-3.6.0/tools/harness-automation/
Dparse_topofile.py120 role_vendor_list.append(tuple(device_pair))
/openthread-3.6.0/tools/otci/otci/
Dotci.py1017 return tuple([int(line.split(':')[1].strip()) for line in lines])
1803 security_policy: Optional[tuple] = None, argument
1911 return tuple(map(Ip6Addr, self.execute_command('ipaddr')))
1943 return tuple(map(Ip6Addr, self.execute_command('ipmaddr')))
2159 return int(vals[0]) if len(vals) == 1 else tuple(map(int, vals))
2171 return tuple(self.execute_command('counters'))
/openthread-3.6.0/tests/toranj/ncp/
Dwpan.py690 if isinstance(src, tuple):
697 if isinstance(dst, tuple):
/openthread-3.6.0/tools/harness-automation/autothreadharness/
Dharness_case.py585 topo_mixed_devices.append(tuple(topo_device))
/openthread-3.6.0/tests/toranj/
DREADME_NCP.md226 - or a tuple (ipv6 address as string, port). if no port is given, a random port number is used.