Home
last modified time | relevance | path

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

/openthread-latest/tests/toranj/ncp/
Dtest-029-data-poll-interval.py68 default_poll_interval = int(child.get(wpan.WPAN_POLL_INTERVAL), 0) variable
69 verify(0 < default_poll_interval <= child_timeout)
113 verify(int(child.get(wpan.WPAN_POLL_INTERVAL), 0) == default_poll_interval)
119 verify(default_poll_interval < new_default_interval <= child_timeout * 2)
122 verify(int(child.get(wpan.WPAN_POLL_INTERVAL), 0) == default_poll_interval)