Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dnode.py2207 def get_ip6_address(self, address_type): argument
2216 if address_type == config.ADDRESS_TYPE.LINK_LOCAL:
2218 elif address_type == config.ADDRESS_TYPE.GLOBAL:
2220 elif address_type == config.ADDRESS_TYPE.RLOC:
2222 elif address_type == config.ADDRESS_TYPE.ALOC:
2224 elif address_type == config.ADDRESS_TYPE.ML_EID:
2226 elif address_type == config.ADDRESS_TYPE.DUA:
2228 elif address_type == config.ADDRESS_TYPE.BACKBONE_GUA:
2230 elif address_type == config.ADDRESS_TYPE.OMR:
3880 def get_ip6_address(self, address_type: config.ADDRESS_TYPE):
[all …]
/openthread-latest/tests/scripts/thread-cert/border_router/
Dtest_external_route.py148 … self.assertTrue(host.ping_ether(br2.get_ip6_address(address_type=config.ADDRESS_TYPE.OMR)[0]))