Home
last modified time | relevance | path

Searched refs:wait_for (Results 1 – 17 of 17) sorted by relevance

/openthread-latest/tests/scripts/expect/
Dcli-commissioner-multiple-ftds.exp71 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 …]
Dcli-discover.exp96wait_for "" "\\| OpenThread-ch12 +\\| $extpan_1 \\| $pan_1 \\| $extaddr_1 \\| 12 \\| +-?\\d+ \\| +…
97wait_for "" "\\| OpenThread-ch23 +\\| $extpan_2 \\| $pan_2 \\| $extaddr_2 \\| 23 \\| +-?\\d+ \\| +…
98 wait_for "" "Done"
112wait_for "" "\\| OpenThread-ch12 +\\| $extpan_1 \\| $pan_1 \\| $extaddr_1 \\| 12 \\| +-?\\d+ \\| +…
113wait_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"
Dcli-discerner.exp55 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"
Dcli-networkname.exp47 wait_for "state" "leader"
68 wait_for "state" "leader"
87 wait_for "state" "leader"
D_multinode.exp71 wait_for "netdata steeringdata check $eui64" "Done"
80 wait_for "" "Join success" "Join failed"
83 wait_for "state" $role
D_common.exp38 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
Dposix-rcp-stack-reset.exp68 wait_for "state" "disabled"
74 wait_for "state" "leader"
75 wait_for "ping $addr" "16 bytes from $addr: icmp_seq=\\d+"
Dposix-scan-tx-to-sleep.exp57 wait_for "" "\\| $pan \\| $extaddr \\| +$channel \\| +-?\\d+ \\| +\\d \\|"
58 wait_for "" "Done"
Dcli-scan.exp55 wait_for "" "\\| $pan \\| $extaddr \\| +$channel \\| +-?\\d+ \\| +\\d \\|"
56 wait_for "" "Done"
Dcli-commissioner.exp39 wait_for "netdata steeringdata check $eui64" "Done"
42 wait_for "netdata steeringdata check $eui64" "NotFound"
Dtun-dns-client.exp39 wait_for "state" "leader"
Dposix-channel-mask.exp87 wait_for "state" "disabled"
Dcli-tcat.exp90 wait_for "state" "leader"
Dcli-router.exp58 wait_for "router list" $router_id
Dcli-dataset.exp170 wait_for "dataset active" "Active Timestamp: 100"
/openthread-latest/tools/cp-caps/
Drcp_caps_test.py228 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/
Dotci.py2858 …def wait_for(self, command: str, expect_line: Optional[Union[str, Pattern, Collection[Any]]], time… member in OTCI