Home
last modified time | relevance | path

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

/openthread-3.5.0/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]))
/openthread-3.5.0/tests/scripts/thread-cert/
Dnode.py2106 def get_ip6_address(self, address_type): argument
2115 if address_type == config.ADDRESS_TYPE.LINK_LOCAL:
2117 elif address_type == config.ADDRESS_TYPE.GLOBAL:
2119 elif address_type == config.ADDRESS_TYPE.RLOC:
2121 elif address_type == config.ADDRESS_TYPE.ALOC:
2123 elif address_type == config.ADDRESS_TYPE.ML_EID:
2125 elif address_type == config.ADDRESS_TYPE.DUA:
2127 elif address_type == config.ADDRESS_TYPE.BACKBONE_GUA:
2129 elif address_type == config.ADDRESS_TYPE.OMR:
3925 def get_ip6_address(self, address_type: config.ADDRESS_TYPE):
[all …]