Searched refs:r3_rloc (Results 1 – 9 of 9) sorted by relevance
/openthread-latest/tests/toranj/cli/ |
D | test-018-next-hop-and-path-cost.py | 113 r3_rloc = int(r3.get_rloc16(), 16) variable 133 verify(parse_nexthop(r1.get_nexthop(r3_rloc)) == (r2_rloc, 3)) 147 verify(parse_nexthop(r2.get_nexthop(r3_rloc)) == (r3_rloc, 2)) 153 verify(nexthop in [r3_rloc, r4_rloc]) 158 verify(parse_nexthop(r3.get_nexthop(r3_rloc)) == (r3_rloc, 0)) 175 verify(parse_nexthop(r4.get_nexthop(r3_rloc)) == (r3_rloc, 1)) 180 verify(parse_nexthop(r4.get_nexthop(r5_rloc)) == (r3_rloc, 2)) 181 verify(parse_nexthop(r4.get_nexthop(fed3_rloc)) == (r3_rloc, 3)) 187 verify(parse_nexthop(r5.get_nexthop(r3_rloc)) == (r3_rloc, 1)) 188 verify(parse_nexthop(r5.get_nexthop(r4_rloc)) == (r3_rloc, 2)) [all …]
|
D | test-017-network-data-versions.py | 97 r3_rloc = r3.get_rloc16() variable 194 verify('fd00:1:0:0::/64 paos med ' + r3_rloc in node.get_netdata_prefixes()) 230 verify('fd00:2:0:0::/64 paos med ' + r3_rloc in node.get_netdata_prefixes()) 270 verify('fd00:1:0:0::/64 pao med ' + r3_rloc in prefixes) 271 verify('fd00:1:0:0::/64 pao med ' + r3_rloc in prefixes) 312 verify('fd00:1:0:0::/64 s med ' + r3_rloc in routes) 313 verify('fd00:2:0:0::/64 med ' + r3_rloc in routes)
|
D | test-023-mesh-diag.py | 112 r3_rloc = int(r3.get_rloc16(), 16) variable 131 verify(r3_rloc in routers) 142 childtable = r1.cli('meshdiag childtable', r3_rloc) 154 childrenip6addrs = r1.cli('meshdiag childip6', r3_rloc)
|
D | test-401-srp-server-address-cache-snoop.py | 101 r3_rloc = int(r3.get_rloc16(), 16) variable 144 verify(int(fields[1], 16) == r3_rloc) 165 verify(int(fields[1], 16) == r3_rloc)
|
D | test-015-clear-addresss-cache-for-sed.py | 115 r3_rloc = int(r3.get_rloc16(), 16) variable 138 verify(int(fields[1], 16) == r3_rloc)
|
D | test-014-address-resolver.py | 120 r3_rloc = int(r3.get_rloc16(), 16) variable 336 verify(int(fields[1], 16) == r3_rloc) 356 verify(int(fields[1], 16) == r3_rloc)
|
/openthread-latest/tests/toranj/ncp/ |
D | test-020-router-table.py | 116 r3_rloc = int(r3.get(wpan.WPAN_THREAD_RLOC16), 16) variable 134 elif entry.rloc16 == r3_rloc: 161 elif entry.rloc16 == r3_rloc: 186 elif entry.rloc16 == r3_rloc:
|
D | test-021-address-cache-table.py | 120 r3_rloc = int(r3.get(wpan.WPAN_THREAD_RLOC16), 16) variable 130 if entry.rloc16 == r3_rloc: 254 verify(entry.rloc16 == r3_rloc) 385 verify(entry.rloc16 == r3_rloc)
|
D | test-039-address-cache-table-snoop.py | 136 r3_rloc = int(r3.get(wpan.WPAN_THREAD_RLOC16), 16) variable 278 verify(cache_table[index].rloc16 == r3_rloc) 297 verify(cache_table[index].rloc16 == r3_rloc)
|