Home
last modified time | relevance | path

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

/openthread-3.6.0/tools/harness-thci/
DOpenThread.py88 LOGX = re.compile(r'((\[(-|C|W|N|I|D)\])' variable
95 assert LOGX.match('[-]')
96 assert LOGX.match('[C]')
97 assert LOGX.match('[W]')
98 assert LOGX.match('[N]')
99 assert LOGX.match('[I]')
100 assert LOGX.match('[D]')
101 assert LOGX.match('------------------------------------------------------------------------')
102 assert LOGX.match('==============================[TX len=108]===============================')
103 assert LOGX.match('| 61 DC D2 CE FA 04 00 00 | 00 00 0A 6E 16 01 00 00 | aRNz......n....')
[all …]
DOpenThread_BR.py49 LOGX = re.compile(r'.*Under-voltage detected!') variable
52 assert LOGX.match('[57522.618196] Under-voltage detected! (0x00050005)')
273 if LOGX.match(line):