Searched refs:wait_for (Results 1 – 17 of 17) sorted by relevance
/openthread-latest/tests/scripts/expect/ |
D | cli-commissioner-multiple-ftds.exp | 71 wait_for "commissioner state" "active" 74 wait_for "commissioner state" "disabled" 79 wait_for "commissioner state" "active" 82 wait_for "commissioner state" "disabled" 87 wait_for "commissioner state" "active" 90 wait_for "commissioner state" "disabled" 101 wait_for "commissioner state" "petitioning" 102 wait_for "commissioner state" "disabled" 113 wait_for "commissioner state" "petitioning" 114 wait_for "commissioner state" "disabled" [all …]
|
D | cli-discover.exp | 96 …wait_for "" "\\| OpenThread-ch12 +\\| $extpan_1 \\| $pan_1 \\| $extaddr_1 \\| 12 \\| +-?\\d+ \\| +… 97 …wait_for "" "\\| OpenThread-ch23 +\\| $extpan_2 \\| $pan_2 \\| $extaddr_2 \\| 23 \\| +-?\\d+ \\| +… 98 wait_for "" "Done" 112 …wait_for "" "\\| OpenThread-ch12 +\\| $extpan_1 \\| $pan_1 \\| $extaddr_1 \\| 12 \\| +-?\\d+ \\| +… 113 …wait_for "" "\\| OpenThread-ch23 +\\| $extpan_2 \\| $pan_2 \\| $extaddr_2 \\| 23 \\| +-?\\d+ \\| +… 114 wait_for "" "Done" 130 wait_for "" "\\| OpenThread-ch12 +\\| $extpan_1 \\| $pan_1 \\| $extaddr_1 \\| 12 \\| +-?\\d+ \\| +\… 131 wait_for "" "Done"
|
D | cli-discerner.exp | 55 wait_for "netdata steeringdata check $discerner" "Done" 58 wait_for "netdata steeringdata check $discerner" "NotFound" 93 wait_for "" "Join success" "Join failed" 96 wait_for "state" "child"
|
D | cli-networkname.exp | 47 wait_for "state" "leader" 68 wait_for "state" "leader" 87 wait_for "state" "leader"
|
D | _multinode.exp | 71 wait_for "netdata steeringdata check $eui64" "Done" 80 wait_for "" "Join success" "Join failed" 83 wait_for "state" $role
|
D | _common.exp | 38 proc wait_for {command success {failure {[\r\n]FAILURE_NOT_EXPECTED[\r\n]}}} { procedure 117 wait_for "state" "disabled" 126 wait_for "state" "disabled" 135 wait_for "state" "disabled" 162 wait_for "state" $role
|
D | posix-rcp-stack-reset.exp | 68 wait_for "state" "disabled" 74 wait_for "state" "leader" 75 wait_for "ping $addr" "16 bytes from $addr: icmp_seq=\\d+"
|
D | posix-scan-tx-to-sleep.exp | 57 wait_for "" "\\| $pan \\| $extaddr \\| +$channel \\| +-?\\d+ \\| +\\d \\|" 58 wait_for "" "Done"
|
D | cli-scan.exp | 55 wait_for "" "\\| $pan \\| $extaddr \\| +$channel \\| +-?\\d+ \\| +\\d \\|" 56 wait_for "" "Done"
|
D | cli-commissioner.exp | 39 wait_for "netdata steeringdata check $eui64" "Done" 42 wait_for "netdata steeringdata check $eui64" "NotFound"
|
D | tun-dns-client.exp | 39 wait_for "state" "leader"
|
D | posix-channel-mask.exp | 87 wait_for "state" "disabled"
|
D | cli-tcat.exp | 90 wait_for "state" "leader"
|
D | cli-router.exp | 58 wait_for "router list" $router_id
|
D | cli-dataset.exp | 170 wait_for "dataset active" "Active Timestamp: 100"
|
/openthread-latest/tools/cp-caps/ |
D | rcp_caps_test.py | 228 self.__dut.wait_for('state', 'leader') 232 self.__ref.wait_for('state', ['child', 'router']) 259 self.__dut.wait_for('state', 'leader') 262 self.__ref.wait_for('state', ['child', 'router']) 330 self.__dut.wait_for('state', 'leader') 336 self.__ref.wait_for('state', 'child') 358 self.__dut.wait_for('state', 'leader') 364 self.__ref.wait_for('state', 'child') 382 self.__ref.wait_for('state', 'leader') 388 self.__dut.wait_for('state', 'child')
|
/openthread-latest/tools/otci/otci/ |
D | otci.py | 2858 …def wait_for(self, command: str, expect_line: Optional[Union[str, Pattern, Collection[Any]]], time… member in OTCI
|