HomeSort by relevance Sort by last modified time
    Searched refs:test_duration_line_re (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 137 test_duration_line_re = re.compile('^duration=(\d+)\s+.*')
152 duration_matches = re.match(test_duration_line_re, line)
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 143 test_duration_line_re = re.compile('^duration=(\d+)\s+.*')
158 duration_matches = re.match(test_duration_line_re, line)

Completed in 4156 milliseconds