Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
Dping_utils.py19 RTT_REGEX = re.compile(r'^\[(?P<timestamp>\S+)\] .*? time=(?P<rtt>\S+)') variable
53 match = re.search(RTT_REGEX, line)