Home
last modified time | relevance | path

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

/openthread-3.6.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.6.0/tests/scripts/thread-cert/
Dnode.py2130 def get_ip6_address(self, address_type): argument
2139 if address_type == config.ADDRESS_TYPE.LINK_LOCAL:
2141 elif address_type == config.ADDRESS_TYPE.GLOBAL:
2143 elif address_type == config.ADDRESS_TYPE.RLOC:
2145 elif address_type == config.ADDRESS_TYPE.ALOC:
2147 elif address_type == config.ADDRESS_TYPE.ML_EID:
2149 elif address_type == config.ADDRESS_TYPE.DUA:
2151 elif address_type == config.ADDRESS_TYPE.BACKBONE_GUA:
2153 elif address_type == config.ADDRESS_TYPE.OMR:
3657 def get_ip6_address(self, address_type: config.ADDRESS_TYPE):
[all …]