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

/linux-master/tools/testing/selftests/tc-testing/
H A DTdcResults.py12 def __init__(self, test_id="", test_name=""):
13 self.test_id = test_id
79 def find_result(self, test_id):
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-master/tools/testing/vsock/
H A Dutil.c492 unsigned long test_id; local
496 test_id = strtoul(test_id_str, &endptr, 10);
502 if (test_id >= test_cases_len) {
504 test_id, test_cases_len - 1);
508 test_cases[test_id].skip = true;
/linux-master/tools/perf/util/
H A Dexpr.c527 bool compute_ids __maybe_unused, const char *test_id)
536 ret = !strcmp_cpuid_str(test_id, cpuid);
526 expr__strcmp_cpuid_str(const struct expr_parse_ctx *ctx __maybe_unused, bool compute_ids __maybe_unused, const char *test_id) argument
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_bsg.h84 uint32_t test_id; member in struct:sli4_link_diag
H A Dlpfc_bsg.c2416 link_diag_test_cmd->test_id);
/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c254 * @test_id: Test id (e.g. "PHYXS" for "loopback.PHYXS.tx_sent")
260 const char *test_format, const char *test_id)
275 snprintf(test_str, sizeof(test_str), test_format, test_id);
258 efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, int *test, const char *unit_format, int unit_id, const char *test_format, const char *test_id) argument
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c205 * @test_id: Test id (e.g. "PHYXS" for "loopback.PHYXS.tx_sent")
211 const char *test_format, const char *test_id)
226 snprintf(test_str, sizeof(test_str), test_format, test_id);
209 ef4_fill_test(unsigned int test_index, u8 *strings, u64 *data, int *test, const char *unit_format, int unit_id, const char *test_format, const char *test_id) argument
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c205 * @test_id: Test id (e.g. "PHYXS" for "loopback.PHYXS.tx_sent")
211 const char *test_format, const char *test_id)
226 snprintf(test_str, sizeof(test_str), test_format, test_id);
209 efx_fill_test(unsigned int test_index, u8 *strings, u64 *data, int *test, const char *unit_format, int unit_id, const char *test_format, const char *test_id) argument
/linux-master/drivers/net/fddi/
H A Ddefxx.h975 PI_UINT32 test_id; member in struct:__anon665::__anon666
/linux-master/lib/
H A Dtest_bpf.c14937 static int test_id = -1; variable
14938 module_param(test_id, int, 0);
14943 static bool exclude_test(int test_id) argument
14945 return test_id < test_range[0] || test_id > test_range[1];
15606 if (test_id >= 0) {
15608 * if a test_id was specified, use test_range to
15611 if (test_id >= valid_range) {
15612 pr_err("test_bpf: invalid test_id specified for '%s' suite.\n",
15617 test_range[0] = test_id;
[all...]

Completed in 184 milliseconds