Home
last modified time | relevance | path

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

/openthread-latest/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.py2072 def get_child_table(self) -> Dict[int, Dict[str, Any]]: member in NodeImpl
/openthread-latest/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-035-context-id-change-addr-reg.py141 verify(len(leader.get_child_table()) == 1)
180 verify(leader.get_child_table() == [])
199 verify(len(leader.get_child_table()) == 1)
Dtest-033-alt-short-addr-role-transition.py69 verify(len(leader.get_child_table()) == 1)
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.py383 def get_child_table(self): member in Node
/openthread-latest/tools/otci/tests/
Dtest_otci.py191 self.assertEqual({}, leader.get_child_table())
660 child_table = commissioner.get_child_table()
670 … self.assertEqual(set(commissioner.get_child_list()), set(commissioner.get_child_table().keys()))
/openthread-latest/tools/cp-caps/
Drcp_caps_test.py338 child_table = self.__dut.get_child_table()
/openthread-latest/tools/otci/otci/
Dotci.py740 def get_child_table(self) -> Dict[ChildId, Dict[str, Any]]: member in OTCI