/openthread-latest/tests/toranj/cli/ |
D | test-602-channel-manager-channel-select.py | 88 result = cli.Node.parse_list(node.cli('channel monitor')[:5]) 96 result = cli.Node.parse_list(node.cli('channel manager')) 103 result = cli.Node.parse_list(node.cli('channel manager')) 122 result = cli.Node.parse_list(node.cli('channel manager')) 141 result = cli.Node.parse_list(node.cli('channel manager')) 153 result = cli.Node.parse_list(node.cli('channel manager')) 170 result = cli.Node.parse_list(node.cli('channel manager')) 197 result = cli.Node.parse_list(node.cli('channel manager')) 215 result = cli.Node.parse_list(node.cli('channel manager'))
|
D | test-034-fed-parent-search.py | 120 verify(int(cli.Node.parse_list(fed.get_mle_counter())['Better Parent Attach Attempts']) == 0) 130 verify(int(cli.Node.parse_list(fed.get_mle_counter())['Better Parent Attach Attempts']) == 1) 146 verify(int(cli.Node.parse_list(fed.get_mle_counter())['Better Parent Attach Attempts']) == 1) 158 counters = cli.Node.parse_list(fed.get_mle_counter())
|
D | test-016-child-mode-change.py | 120 verify(int(cli.Node.parse_list(child2.get_mle_counter())['Role Detached']) == 1) 149 verify(int(cli.Node.parse_list(child1.get_mle_counter())['Role Detached']) == 2) 178 verify(int(cli.Node.parse_list(child2.get_mle_counter())['Role Detached']) == 1) 207 verify(int(cli.Node.parse_list(child2.get_mle_counter())['Role Detached']) == 1)
|
D | test-012-reset-recovery.py | 90 verify(int(cli.Node.parse_list(child1.get_mle_counter())['Role Detached']) == 1) 91 verify(int(cli.Node.parse_list(child2.get_mle_counter())['Role Detached']) == 1)
|
D | test-601-channel-manager-channel-change.py | 109 result = cli.Node.parse_list(r1.cli('channel manager'))
|
D | cli.py | 458 leaderdata = Node.parse_list(self.cli('leaderdata')) 497 return Node.parse_list(self.cli('counters ip')) 500 return Node.parse_list(self.cli('counters mac')) 964 def parse_list(cls, list_lines): member in Node
|
/openthread-latest/tests/toranj/ncp/ |
D | test-019-inform-previous-parent.py | 108 child_table = wpan.parse_list(parent2.get(wpan.WPAN_THREAD_CHILD_TABLE)) 134 child_num_state_changes = len(wpan.parse_list(child.get("stat:ncp"))) 138 verify(len(wpan.parse_list(child.get("stat:ncp"))) > child_num_state_changes) 145 child_table = wpan.parse_list(parent1.get(wpan.WPAN_THREAD_CHILD_TABLE)) 154 child_table = wpan.parse_list(parent2.get(wpan.WPAN_THREAD_CHILD_TABLE))
|
D | test-700-multi-radio-join.py | 73 parent_radios = wpan.parse_list(parent.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS)) 78 c1_radios = wpan.parse_list(c1.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS)) 81 c2_radios = wpan.parse_list(c2.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS)) 84 c3_radios = wpan.parse_list(c3.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS)) 107 node_radios = wpan.parse_list(node.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS))
|
D | test-017-parent-reset-child-recovery.py | 131 child_table = wpan.parse_list(parent.get(wpan.WPAN_THREAD_CHILD_TABLE)) 141 child_num_state_changes.append(len(wpan.parse_list(child.get("stat:ncp")))) 160 if child_num_state_changes[i] == len(wpan.parse_list(all_children[i].get("stat:ncp"))):
|
D | test-022-multicast-ip6-address.py | 75 addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_MULTICAST_ADDRESSES)) 126 addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_MULTICAST_ADDRESSES)) 130 addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_MULTICAST_ADDRESSES))
|
D | test-038-clear-address-cache-for-sed.py | 147 child_table = wpan.parse_list(r2.get(wpan.WPAN_THREAD_CHILD_TABLE)) 154 child_table = wpan.parse_list(r1.get(wpan.WPAN_THREAD_CHILD_TABLE)) 181 child_table = wpan.parse_list(r1.get(wpan.WPAN_THREAD_CHILD_TABLE)) 188 child_table = wpan.parse_list(r3.get(wpan.WPAN_THREAD_CHILD_TABLE))
|
D | test-021-address-cache-table.py | 197 child_table = wpan.parse_list(r2.get(wpan.WPAN_THREAD_CHILD_TABLE)) 205 child_table = wpan.parse_list(r3.get(wpan.WPAN_THREAD_CHILD_TABLE)) 280 child_table = wpan.parse_list(r3.get(wpan.WPAN_THREAD_CHILD_TABLE)) 288 child_table = wpan.parse_list(r2.get(wpan.WPAN_THREAD_CHILD_TABLE)) 348 child_table = wpan.parse_list(r2.get(wpan.WPAN_THREAD_CHILD_TABLE)) 356 child_table = wpan.parse_list(r3.get(wpan.WPAN_THREAD_CHILD_TABLE))
|
D | test-040-network-data-stable-full.py | 279 verify(len(wpan.parse_list(c2.get(wpan.WPAN_THREAD_OFF_MESH_ROUTES))) == num_routes) 284 verify(len(wpan.parse_list(c2.get(wpan.WPAN_THREAD_OFF_MESH_ROUTES))) == num_routes) 288 verify(len(wpan.parse_list(c2.get(wpan.WPAN_THREAD_OFF_MESH_ROUTES))) == num_routes) 293 verify(len(wpan.parse_list(c2.get(wpan.WPAN_THREAD_OFF_MESH_ROUTES))) == num_routes) 298 verify(len(wpan.parse_list(c2.get(wpan.WPAN_THREAD_OFF_MESH_ROUTES))) == num_routes)
|
D | test-013-off-mesh-route-traffic.py | 147 …verify(len(wpan.parse_list(r1.get(wpan.WPAN_THREAD_OFF_MESH_ROUTES))) == NUM_ROUTES + NUM_ROUTES_L… 148 …verify(len(wpan.parse_list(r2.get(wpan.WPAN_THREAD_OFF_MESH_ROUTES))) == NUM_ROUTES + NUM_ROUTES_L… 149 verify(len(wpan.parse_list(sed2.get(wpan.WPAN_THREAD_OFF_MESH_ROUTES))) == NUM_ROUTES)
|
D | test-032-child-attach-with-multiple-ip-addresses.py | 60 all_addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_ALL_ADDRESSES)) 185 child_num_state_changes = len(wpan.parse_list(child.get("stat:ncp"))) 199 verify(child_num_state_changes == len(wpan.parse_list(child.get("stat:ncp"))))
|
D | test-703-multi-radio-mesh-header-msg.py | 103 r1_radios = wpan.parse_list(r1.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS)) 106 r2_radios = wpan.parse_list(r2.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS)) 110 r3_radios = wpan.parse_list(r3.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS))
|
D | test-026-slaac-address-wpantund.py | 52 all_addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_ALL_ADDRESSES)) 61 all_addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_ALL_ADDRESSES)) 226 r1_addrs = wpan.parse_list(r1.get(wpan.WPAN_IP6_ALL_ADDRESSES)) 242 r1_addrs = wpan.parse_list(r1.get(wpan.WPAN_IP6_ALL_ADDRESSES))
|
D | test-030-slaac-address-ncp.py | 60 all_addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_ALL_ADDRESSES)) 69 all_addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_ALL_ADDRESSES)) 257 r1_addrs = wpan.parse_list(r1.get(wpan.WPAN_IP6_ALL_ADDRESSES)) 286 r1_addrs = wpan.parse_list(r1.get(wpan.WPAN_IP6_ALL_ADDRESSES))
|
D | test-024-partition-merge.py | 197 verify(len(wpan.parse_list(r1.get(wpan.WPAN_THREAD_CHILD_TABLE))) == 1) 198 verify(len(wpan.parse_list(r2.get(wpan.WPAN_THREAD_CHILD_TABLE))) == 1)
|
D | test-701-multi-radio-probe.py | 106 r1_radios = wpan.parse_list(r1.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS)) 110 r2_radios = wpan.parse_list(r2.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS))
|
D | test-702-multi-radio-discovery-by-rx.py | 106 r1_radios = wpan.parse_list(r1.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS)) 110 r2_radios = wpan.parse_list(r2.get(wpan.WPAN_OT_SUPPORTED_RADIO_LINKS))
|
D | test-033-mesh-local-prefix-change.py | 98 verify(len(wpan.parse_list(node2.get(wpan.WPAN_IP6_ALL_ADDRESSES))) == 2)
|
D | test-042-meshcop-joiner-discerner.py | 116 verify(len(wpan.parse_list(commr.get(wpan.WPAN_THREAD_COMMISSIONER_JOINERS))) == 3)
|
D | test-010-on-mesh-prefix-config-gateway.py | 56 all_addrs = wpan.parse_list(node.get(wpan.WPAN_IP6_ALL_ADDRESSES))
|
D | wpan.py | 594 all_addrs = parse_list(self.get(WPAN_IP6_ALL_ADDRESSES)) 1127 def parse_list(list_string): function
|