Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/kunit/
Dkunit_parser.py223 SUBTEST_PLAN = re.compile(r'[\s]+[0-9]+\.\.([0-9]+)') variable
227 match = SUBTEST_PLAN.match(lines.peek())