Searched refs:test_id (Results 1 – 3 of 3) sorted by relevance
| /tools/testing/selftests/tc-testing/ |
| A D | TdcResults.py | 12 def __init__(self, test_id="", test_name=""): argument 13 self.test_id = test_id 79 def find_result(self, test_id): argument 80 return next((tr for tr in self._testsuite if tr.test_id == test_id), None) 83 orig = self.find_result(result_data.test_id) 97 ftap += 'ok {} {} - {}'.format(str(index), t.test_id, t.test_name) 115 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
|
| /tools/testing/vsock/ |
| A D | util.c | 530 unsigned long test_id; in parse_test_id() local 534 test_id = strtoul(test_id_str, &endptr, 10); in parse_test_id() 540 if (test_id >= test_cases_len) { in parse_test_id() 542 test_id, test_cases_len - 1); in parse_test_id() 546 return test_id; in parse_test_id() 552 unsigned long test_id = parse_test_id(test_id_str, test_cases_len); in skip_test() local 553 test_cases[test_id].skip = true; in skip_test() 560 unsigned long test_id; in pick_test() local 571 test_id = parse_test_id(test_id_str, test_cases_len); in pick_test() 572 test_cases[test_id].skip = false; in pick_test()
|
| /tools/perf/util/ |
| A D | expr.c | 459 bool compute_ids __maybe_unused, const char *test_id) in expr__strcmp_cpuid_str() argument 468 ret = !strcmp_cpuid_str(test_id, cpuid); in expr__strcmp_cpuid_str()
|
Completed in 29 milliseconds