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

  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 31 TEST_FILTERS = {'TPASS': '+Pass', 'TFAIL': '-Fail', 'TBROK': '-Broken',
61 def _filter_and_count(ltp_out_file, test_filters):
65 @param test_filters: dict of the tags to match and corresponding print tags.
71 filter_accumulator = dict.fromkeys(test_filters.keys(), 0)
199 _print_summary(TEST_FILTERS, _filter_and_count(ltp_out_file, TEST_FILTERS))
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 31 TEST_FILTERS = {'TPASS': '+Pass', 'TFAIL': '-Fail', 'TBROK': '-Broken',
63 def _filter_and_count(ltp_out_file, test_filters):
68 test_filters: dict of the tags to match and corresponding print tags.
75 filter_accumulator = dict.fromkeys(test_filters.keys(), 0)
206 _print_summary(TEST_FILTERS, _filter_and_count(ltp_out_file, TEST_FILTERS))

Completed in 535 milliseconds