Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dnode.py3806 PING_RESPONSE_PATTERN = re.compile(r'\d+ bytes from .*:.*') variable in LinuxHost
3873 if self.PING_RESPONSE_PATTERN.match(line):