Searched refs:SUBTEST_PLAN (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/kunit/ | ||
H A D | kunit_parser.py | 178 SUBTEST_PLAN = re.compile(r'[\s]+[0-9]+\.\.([0-9]+)') variable 182 match = SUBTEST_PLAN.match(lines[0]) |
Completed in 1 milliseconds