Home
last modified time | relevance | path

Searched refs:new_channel (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/tests/toranj/ncp/
Dtest-603-channel-manager-announce-recovery.py41 def verify_channel(nodes, new_channel, wait_time=20): argument
48 while not all([(new_channel == int(node.get(wpan.WPAN_CHANNEL), 0)) for node in nodes]):
50 print('Took too long to switch to channel {} ({}>{} sec)'.format(new_channel,
Dtest-601-channel-manager-channel-change.py41 def verify_channel(nodes, new_channel, wait_time=20): argument
48 while not all([(new_channel == int(node.get(wpan.WPAN_CHANNEL), 0)) for node in nodes]):
50 print('Took too long to switch to channel {} ({}>{} sec)'.format(new_channel,
Dtest-602-channel-manager-channel-select.py41 def verify_channel(nodes, new_channel, wait_time=20): argument
48 while not all([(new_channel == int(node.get(wpan.WPAN_CHANNEL), 0)) for node in nodes]):
50 print('Took too long to switch to channel {} ({}>{} sec)'.format(new_channel,