Home
last modified time | relevance | path

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

/Linux-v5.4/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.4/drivers/staging/greybus/tools/
Dlbtest118 test_id = dict[test_name]
129 write_sysfs_val(sys_pfx + 'type', test_id)
Dloopback_test.c85 int test_id; member
818 write_sysfs_val(t->devices[i].sysfs_entry, "type", t->test_id); in start()
832 t->test_id = dict[i].type; in loopback_run()
834 if (!t->test_id) { in loopback_run()
/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_bsg.h85 uint32_t test_id; member
Dlpfc_bsg.c2477 link_diag_test_cmd->test_id); in lpfc_sli4_bsg_link_diag_test()
/Linux-v5.4/lib/
Dtest_bpf.c6715 static int test_id = -1; variable
6716 module_param(test_id, int, 0);
6736 if (test_id >= 0) { in prepare_bpf_tests()
6741 if (test_id >= ARRAY_SIZE(tests)) { in prepare_bpf_tests()
6746 test_range[0] = test_id; in prepare_bpf_tests()
6747 test_range[1] = test_id; in prepare_bpf_tests()
6798 static bool exclude_test(int test_id) in exclude_test() argument
6800 return test_id < test_range[0] || test_id > test_range[1]; in exclude_test()
/Linux-v5.4/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.4/drivers/net/ethernet/sfc/
Dethtool.c229 const char *test_format, const char *test_id) in efx_fill_test() argument
244 snprintf(test_str, sizeof(test_str), test_format, test_id); in efx_fill_test()
/Linux-v5.4/drivers/net/fddi/
Ddefxx.h974 PI_UINT32 test_id; member