Searched refs:KTAP_START (Results 1 – 1 of 1) sorted by relevance
212 KTAP_START = re.compile(r'\s*KTAP version ([0-9]+)$') variable226 if not started and KTAP_START.search(line):286 ktap_match = KTAP_START.match(lines.peek())451 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START]
Completed in 4 milliseconds