Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py44 RTT_REGEX = re.compile(r'^\[(?P<timestamp>\S+)\] .*? time=(?P<rtt>\S+)') variable
563 match = re.search(RTT_REGEX, line)