Searched refs:VerifyError (Results 1 – 17 of 17) sorted by relevance
/openthread-latest/tests/toranj/ncp/ |
D | test-021-address-cache-table.py | 169 raise (wpan.VerifyError("Unknown entry in the address cache table")) 237 raise (wpan.VerifyError("Unknown entry in the address cache table")) 259 raise (wpan.VerifyError("Unknown entry in the address cache table")) 322 raise (wpan.VerifyError("Unknown entry in the address cache table")) 390 raise (wpan.VerifyError("Unknown entry in the address cache table"))
|
D | test-020-router-table.py | 143 raise (wpan.VerifyError("unknown entry in the router table of r1")) 168 raise (wpan.VerifyError("unknown entry in the router table of r3")) 193 raise (wpan.VerifyError("unknown entry in the router table of r4"))
|
D | test-016-neighbor-table.py | 123 …raise wpan.VerifyError('Failed to find a child entry for extended address {} in table'.format(ext_… 137 …raise wpan.VerifyError('Failed to find a router entry for extended address {} in table'.format(ext…
|
D | test-025-network-data-timeout.py | 90 raise wpan.VerifyError("Did not find prefix {} on node {}".format(prefix, node)) 102 …raise wpan.VerifyError("Did find prefix {} with rloc {} on node {}".format(prefix, hex(rloc16), no…
|
D | test-040-network-data-stable-full.py | 94 raise wpan.VerifyError("Did not find prefix {} on node {}".format(prefix, node)) 106 …raise wpan.VerifyError("Did find prefix {} with rloc {} on node {}".format(prefix, hex(rloc16), no…
|
D | test-015-same-prefix-on-multiple-nodes.py | 103 raise wpan.VerifyError('Did not find prefix {} on node {}'.format(IP6_PREFIX, r1))
|
D | test-028-router-leader-reset-recovery.py | 55 …raise wpan.VerifyError('Failed to find a neighbor entry for extended address {} in table'.format(e…
|
D | test-014-ip6-address-add.py | 147 raise wpan.VerifyError('Did not find prefix {} on node {}'.format(prefix, node))
|
D | test-027-child-mode-change.py | 57 …raise wpan.VerifyError('Failed to find a child entry for extended address {} in table'.format(ext_…
|
D | test-024-partition-merge.py | 91 raise wpan.VerifyError("Did not find prefix {} on node {}".format(prefix, node))
|
D | test-037-wpantund-auto-add-route-for-on-mesh-prefix.py | 64 raise wpan.VerifyError('Did not find route {} on node {}'.format(route, node))
|
D | test-010-on-mesh-prefix-config-gateway.py | 91 raise wpan.VerifyError('Did not find prefix {} on node {}'.format(prefix, node))
|
D | test-036-wpantund-host-route-management.py | 68 raise wpan.VerifyError('Did not find route {} on node {}'.format(route, node))
|
D | test-026-slaac-address-wpantund.py | 90 raise wpan.VerifyError("Did not find prefix {} on node {}".format(prefix, node))
|
D | test-030-slaac-address-ncp.py | 98 raise wpan.VerifyError("Did not find prefix {} on node {}".format(prefix, node))
|
D | wpan.py | 1001 class VerifyError(Exception): class 1017 raise VerifyError(error_message) 1032 except VerifyError as e:
|
/openthread-latest/tests/toranj/cli/ |
D | cli.py | 1018 class VerifyError(Exception): class 1034 raise VerifyError(error_message) 1053 except VerifyError as e:
|