mirror of
https://github.com/espressif/openthread.git
synced 2026-08-03 09:27:47 +00:00
This reverts commit c88a37b658.
This commit is contained in:
@@ -351,32 +351,6 @@ class TestCase(NcpSupportMixin, unittest.TestCase):
|
||||
|
||||
test_info['rlocs'][i] = node.get_rloc()
|
||||
|
||||
def collect_omrs(self):
|
||||
if not self._do_packet_verification:
|
||||
return
|
||||
|
||||
test_info = self._test_info
|
||||
test_info['omrs'] = {}
|
||||
|
||||
for i, node in self.nodes.items():
|
||||
if node.is_host:
|
||||
continue
|
||||
|
||||
test_info['omrs'][i] = node.get_ip6_address(config.ADDRESS_TYPE.OMR)
|
||||
|
||||
def collect_duas(self):
|
||||
if not self._do_packet_verification:
|
||||
return
|
||||
|
||||
test_info = self._test_info
|
||||
test_info['duas'] = {}
|
||||
|
||||
for i, node in self.nodes.items():
|
||||
if node.is_host:
|
||||
continue
|
||||
|
||||
test_info['duas'][i] = node.get_ip6_address(config.ADDRESS_TYPE.DUA)
|
||||
|
||||
def collect_leader_aloc(self, node):
|
||||
if not self._do_packet_verification:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user