Home
last modified time | relevance | path

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

/openthread-latest/tests/scripts/thread-cert/
Dcommand.py599 def check_discovery_request(command_msg, thread_version: str = None):
605 assert not thread_version or thread_version in ['1.1', '1.2']
606 if thread_version == '1.1':
608 elif thread_version == '1.2':
615 thread_version: str = None):
624 assert not thread_version or thread_version in ['1.1', '1.2']
625 if thread_version == '1.1':
627 elif thread_version == '1.2':
/openthread-latest/tools/otci/tests/
Dtest_otci.py114 logging.info('leader thread version: %r', leader.thread_version)
/openthread-latest/tools/otci/otci/
Dotci.py190 def thread_version(self): member in OTCI