Searched refs:test_id (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/tc-testing/ |
| H 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))
|
| /linux/tools/testing/vsock/ |
| H 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] in pick_test() [all...] |
| /linux/tools/perf/util/ |
| H A D | expr.c | 457 bool compute_ids __maybe_unused, const char *test_id) in expr__strcmp_cpuid_str() argument 466 ret = !strcmp_cpuid_str(test_id, cpuid); in expr__strcmp_cpuid_str()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_bsg.h | 84 uint32_t test_id; member
|
| H A D | lpfc_bsg.c | 2430 link_diag_test_cmd->test_id); in lpfc_sli4_bsg_link_diag_test()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A D | ethtool_common.c | 211 const char *test_format, const char *test_id) in efx_fill_test() argument 226 snprintf(test_str, sizeof(test_str), test_format, test_id); in efx_fill_test()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | ethtool.c | 211 const char *test_format, const char *test_id) in ef4_fill_test() argument 226 snprintf(test_str, sizeof(test_str), test_format, test_id); in ef4_fill_test()
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | ethtool_common.c | 259 const char *test_format, const char *test_id) in efx_fill_test() argument 274 snprintf(test_str, sizeof(test_str), test_format, test_id); in efx_fill_test()
|
| /linux/drivers/net/fddi/ |
| H A D | defxx.h | 975 PI_UINT32 test_id; member
|
| /linux/lib/ |
| H A D | test_bpf.c | 14989 static int test_id = -1; variable 14990 module_param(test_id, int, 0); 14995 static bool exclude_test(int test_id) in exclude_test() argument 14997 return test_id < test_range[0] || test_id > test_range[1]; in exclude_test() 15667 if (test_id >= 0) { in prepare_test_range() 15672 if (test_id >= valid_range) { in prepare_test_range() 15678 test_range[0] = test_id; in prepare_test_range() 15679 test_range[1] = test_id; in prepare_test_range() 15731 (test_id != -1 || strlen(test_name) || in test_bpf_init()
|