Searched refs:KTAP_START (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/kunit/
H A Dkunit_parser.py211 KTAP_START = re.compile(r'\s*KTAP version ([0-9]+)$') variable
226 if not started and KTAP_START.search(line):
288 ktap_match = KTAP_START.match(lines.peek())
453 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START, TAP_START, TEST_PLAN]

Completed in 152 milliseconds