Home
last modified time | relevance | path

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

/openthread-latest/tools/otci/tests/
Dtest_otci.py243 logging.info('child ipmax: %r', leader.get_child_ip_max())
245 self.assertEqual(2, leader.get_child_ip_max())
/openthread-latest/tools/otci/otci/
Dotci.py1294 def get_child_ip_max(self) -> int: member in OTCI