Home
last modified time | relevance | path

Searched refs:r1_rloc (Results 1 – 16 of 16) sorted by relevance

/openthread-latest/tests/toranj/cli/
Dtest-018-next-hop-and-path-cost.py111 r1_rloc = int(r1.get_rloc16(), 16) variable
131 verify(parse_nexthop(r1.get_nexthop(r1_rloc)) == (r1_rloc, 0))
143 verify(parse_nexthop(r2.get_nexthop(r1_rloc)) == (r1_rloc, 1))
154 verify(parse_nexthop(r2.get_nexthop(fed1_rloc)) == (r1_rloc, 2))
164 (nexthop, cost) = parse_nexthop(r3.get_nexthop(r1_rloc))
173 verify(parse_nexthop(r4.get_nexthop(r1_rloc)) == (r2_rloc, 2))
190 verify(parse_nexthop(r5.get_nexthop(r1_rloc)) == (r3_rloc, 4))
196 verify(parse_nexthop(fed1.get_nexthop(r1_rloc)) == (r1_rloc, 1))
197 verify(parse_nexthop(fed1.get_nexthop(r2_rloc)) == (r1_rloc, 2))
198 verify(parse_nexthop(fed1.get_nexthop(r3_rloc)) == (r1_rloc, 4))
[all …]
Dtest-020-net-diag-vendor-info.py137 r1_rloc = r1.get_rloc_ip_addr() variable
142 result = r2.cli('networkdiagnostic get', r1_rloc, VENDOR_NAME_TLV)
149 result = r2.cli('networkdiagnostic get', r1_rloc, VENDOR_MODEL_TLV)
156 result = r2.cli('networkdiagnostic get', r1_rloc, VENDOR_SW_VERSION_TLV)
163 result = r2.cli('networkdiagnostic get', r1_rloc, VENDOR_APP_URL)
170 result = r2.cli('networkdiagnostic get', r1_rloc, THREAD_STACK_VERSION_TLV)
194 result = r2.cli('networkdiagnostic get', r1_rloc, MLE_COUNTERS_TLV)
Dtest-023-mesh-diag.py110 r1_rloc = int(r1.get_rloc16(), 16) variable
129 verify(r1_rloc in routers)
137 childtable = r2.cli('meshdiag childtable', r1_rloc)
150 childrenip6addrs = r2.cli('meshdiag childip6', r1_rloc)
160 neightable = r3.cli('meshdiag routerneighbortable', r1_rloc)
Dtest-011-network-data-timeout.py121 r1_rloc = int(r1.get_rloc16(), 16) variable
122 netdata = r1.get_netdata(r1_rloc)
137 netdata = r1.get_netdata(r1_rloc)
Dtest-703-multi-radio-mesh-header-msg.py91 r1_rloc = int(r1.get_rloc16(), 16) variable
103 …verify(int(entry['RLOC16'], 0) == r1_rloc or int(entry['Link']) == 1 or int(entry['Next Hop']) != …
Dtest-017-network-data-versions.py95 r1_rloc = r1.get_rloc16() variable
131 verify('fd00:1:0:0::/64 os med ' + r1_rloc in node.get_netdata_prefixes())
162 verify(not 'fd00:1:0:0::/64 os med ' + r1_rloc in node.get_netdata_prefixes())
Dtest-701-multi-radio-probe.py75 r1_rloc = int(r1.get_rloc16(), 16) variable
88 verify(int(entry['RLOC16'], 0) == r1_rloc or int(entry['Link']) == 1)
Dtest-702-multi-radio-discover-by-rx.py75 r1_rloc = int(r1.get_rloc16(), 16) variable
88 verify(int(entry['RLOC16'], 0) == r1_rloc or int(entry['Link']) == 1)
Dtest-015-clear-addresss-cache-for-sed.py113 r1_rloc = int(r1.get_rloc16(), 16) variable
212 verify(int(c.get_parent_info()['Rloc'], 16) == r1_rloc)
Dtest-014-address-resolver.py118 r1_rloc = int(r1.get_rloc16(), 16) variable
/openthread-latest/tests/toranj/ncp/
Dtest-025-network-data-timeout.py161 r1_rloc = int(r1.get(wpan.WPAN_THREAD_RLOC16), 0) variable
172 r1_rloc,
199 r1_rloc,
231 verify_prefix([r1], prefix1, r1_rloc, on_mesh=True, preferred=True, stable=True)
235 r1_rloc,
Dtest-020-router-table.py114 r1_rloc = int(r1.get(wpan.WPAN_THREAD_RLOC16), 16) variable
128 if entry.rloc16 == r1_rloc:
153 if entry.rloc16 == r1_rloc:
178 if entry.rloc16 == r1_rloc:
Dtest-703-multi-radio-mesh-header-msg.py116 r1_rloc = int(r1.get(wpan.WPAN_THREAD_RLOC16), 16) variable
123 …verify(entry.rloc16 == r1_rloc or entry.is_link_established() or entry.next_hop != INVALID_ROUTER_…
Dtest-012-multi-hop-traffic.py135 r1_rloc = int(routers[0].get(wpan.WPAN_THREAD_RLOC16), 16) variable
142 …verify(entry.rloc16 == r1_rloc or entry.is_link_established() or entry.next_hop != INVALID_ROUTER_…
Dtest-701-multi-radio-probe.py85 r1_rloc = int(r1.get(wpan.WPAN_THREAD_RLOC16), 16) variable
98 verify(entry.rloc16 == r1_rloc or entry.is_link_established())
Dtest-702-multi-radio-discovery-by-rx.py85 r1_rloc = int(r1.get(wpan.WPAN_THREAD_RLOC16), 16) variable
98 verify(entry.rloc16 == r1_rloc or entry.is_link_established())