Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_parser.py325 TEST_PLAN = re.compile(r'^\s*1\.\.([0-9]+)') variable
344 match = TEST_PLAN.match(lines.peek())
453 non_diagnostic_lines = [TEST_RESULT, TEST_HEADER, KTAP_START, TAP_START, TEST_PLAN]
/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_parser.py273 TEST_PLAN = re.compile(r'[0-9]+\.\.([0-9]+)') variable
277 match = TEST_PLAN.match(lines[0])

Completed in 2 milliseconds