Home
last modified time | relevance | path

Searched refs:get_child_table (Results 1 – 11 of 11) sorted by relevance

/openthread-3.5.0/tests/scripts/thread-cert/
Dtest_child_supervision.py87 table = parent.get_child_table()
101 table = parent.get_child_table()
116 table = parent.get_child_table()
131 table = parent.get_child_table()
135 table = parent.get_child_table()
175 table = parent.get_child_table()
184 self.assertEqual(len(parent.get_child_table()), 1)
Dtest_detach.py95 child_table = router1.get_child_table()
101 self.assertFalse(router1.get_child_table())
114 child_table = router1.get_child_table()
Dtest_inform_previous_parent_on_reattach.py110 …alse(any(info['extaddr'] == med_extaddr for info in self.nodes[LEADER].get_child_table().values()))
138 … any(info['extaddr'] == child_extaddr for info in self.nodes[parentid].get_child_table().values()))
Dnode.py1971 def get_child_table(self) -> Dict[int, Dict[str, Any]]: member in NodeImpl
/openthread-3.5.0/tests/toranj/cli/
Dtest-016-child-mode-change.py78 child_table = parent.get_child_table()
101 child_table = parent.get_child_table()
132 child_table = parent.get_child_table()
161 child_table = parent.get_child_table()
190 child_table = parent.get_child_table()
Dtest-003-join.py85 verify(len(node1.get_child_table()) == 1)
Dtest-700-multi-radio-join.py117 verify(len(parent.get_child_table()) == 3)
Dtest-013-address-cache-parent-switch.py186 verify(len(r2.get_child_table()) == 0)
Dcli.py351 def get_child_table(self): member in Node
/openthread-3.5.0/tools/otci/tests/
Dtest_otci.py191 self.assertEqual({}, leader.get_child_table())
668 child_table = commissioner.get_child_table()
678 … self.assertEqual(set(commissioner.get_child_list()), set(commissioner.get_child_table().keys()))
/openthread-3.5.0/tools/otci/otci/
Dotci.py721 def get_child_table(self) -> Dict[ChildId, Dict[str, Any]]: member in OTCI