Home
last modified time | relevance | path

Searched refs:test_id (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/tools/testing/selftests/tc-testing/
DTdcResults.py12 def __init__(self, test_id="", test_name=""): argument
13 self.test_id = test_id
78 def find_result(self, test_id): argument
79 return next((tr for tr in self._testsuite if tr.test_id == test_id), None)
82 orig = self.find_result(result_data.test_id)
96 ftap += 'ok {} {} - {}'.format(str(index), t.test_id, t.test_name)
114 xunit += '\t\t<testcase classname=\"{}\" '.format(escape(t.test_id))
/Linux-v5.10/tools/testing/vsock/
Dutil.c358 unsigned long test_id; in skip_test() local
362 test_id = strtoul(test_id_str, &endptr, 10); in skip_test()
368 if (test_id >= test_cases_len) { in skip_test()
370 test_id, test_cases_len - 1); in skip_test()
374 test_cases[test_id].skip = true; in skip_test()
/Linux-v5.10/drivers/staging/greybus/tools/
Dlbtest118 test_id = dict[test_name]
129 write_sysfs_val(sys_pfx + 'type', test_id)
Dloopback_test.c86 int test_id; member
820 write_sysfs_val(t->devices[i].sysfs_entry, "type", t->test_id); in start()
834 t->test_id = dict[i].type; in loopback_run()
836 if (!t->test_id) { in loopback_run()
/Linux-v5.10/drivers/scsi/lpfc/
Dlpfc_bsg.h85 uint32_t test_id; member
Dlpfc_bsg.c2473 link_diag_test_cmd->test_id); in lpfc_sli4_bsg_link_diag_test()
/Linux-v5.10/lib/
Dtest_bpf.c6695 static int test_id = -1; variable
6696 module_param(test_id, int, 0);
6716 if (test_id >= 0) { in prepare_bpf_tests()
6721 if (test_id >= ARRAY_SIZE(tests)) { in prepare_bpf_tests()
6726 test_range[0] = test_id; in prepare_bpf_tests()
6727 test_range[1] = test_id; in prepare_bpf_tests()
6778 static bool exclude_test(int test_id) in exclude_test() argument
6780 return test_id < test_range[0] || test_id > test_range[1]; in exclude_test()
/Linux-v5.10/drivers/net/ethernet/sfc/
Dethtool_common.c259 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-v5.10/drivers/net/ethernet/sfc/falcon/
Dethtool.c211 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-v5.10/drivers/net/fddi/
Ddefxx.h974 PI_UINT32 test_id; member