Home
last modified time | relevance | path

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

/openthread-latest/tests/toranj/ncp/
Dtest-029-data-poll-interval.py77 poll_count_before = int(child.get(wpan.WPAN_NCP_COUNTER_TX_PKT_DATA_POLL), 0) variable
84 actual_polls = poll_count_after - poll_count_before
103 poll_count_before = int(child.get(wpan.WPAN_NCP_COUNTER_TX_PKT_DATA_POLL), 0) variable
107 verify(poll_count_after > poll_count_before)
Dtest-035-child-timeout-large-data-poll.py70 poll_count_before = int(child.get(wpan.WPAN_NCP_COUNTER_TX_PKT_DATA_POLL), 0) variable
76 wpan.verify(poll_count_after > poll_count_before)