/openbmc/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 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))
|
/openbmc/qemu/tests/image-fuzzer/ |
H A D | runner.py | 121 def __init__(self, test_id, seed, work_dir, run_log, argument 136 self.current_dir = os.path.join(work_dir, 'test-' + test_id) 330 def run_test(test_id, seed, work_dir, run_log, cleanup, log_all, argument 334 test = TestEnv(test_id, seed, work_dir, run_log, cleanup, 422 test_id = count(1) variable 425 run_test(str(next(test_id)), seed, work_dir, run_log, cleanup,
|
/openbmc/linux/tools/testing/vsock/ |
H A D | util.c | 380 unsigned long test_id; in skip_test() local 384 test_id = strtoul(test_id_str, &endptr, 10); in skip_test() 390 if (test_id >= test_cases_len) { in skip_test() 392 test_id, test_cases_len - 1); in skip_test() 396 test_cases[test_id].skip = true; in skip_test()
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 251 def getModulefromID(self, test_id): argument 256 module_name = ".".join(test_id.split(".")[:3]) 513 def install_uninstall_packages(self, test_id, pkg_dir, install): argument 518 test = test_id.split(".")[4] 519 module = self.getModulefromID(test_id) 567 def install_uninstall_packages(self, test_id, install=True): argument 573 super(ImageTestContext, self).install_uninstall_packages(test_id, pkg_dir, install) 590 def install_uninstall_packages(self, test_id, install=True): argument 598 super(ExportTestContext, self).install_uninstall_packages(test_id, pkg_dir, install)
|
/openbmc/qemu/scripts/simplebench/ |
H A D | bench-backup.py | 84 test_id = t 86 test_id += f'({c})' 88 test_cases.append({'id': test_id, 'source': source,
|
/openbmc/linux/tools/perf/util/ |
H A D | expr.c | 524 bool compute_ids __maybe_unused, const char *test_id) in expr__strcmp_cpuid_str() argument 533 ret = !strcmp_cpuid_str(test_id, cpuid); in expr__strcmp_cpuid_str()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_bsg.h | 84 uint32_t test_id; member
|
H A D | lpfc_bsg.c | 2416 link_diag_test_cmd->test_id); in lpfc_sli4_bsg_link_diag_test()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A D | ethtool_common.c | 260 const char *test_format, const char *test_id) in efx_fill_test() argument 275 snprintf(test_str, sizeof(test_str), test_format, test_id); in efx_fill_test()
|
/openbmc/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()
|
/openbmc/linux/drivers/net/fddi/ |
H A D | defxx.h | 975 PI_UINT32 test_id; member
|
/openbmc/linux/lib/ |
H A D | test_bpf.c | 14584 static int test_id = -1; variable 14585 module_param(test_id, int, 0); 14590 static bool exclude_test(int test_id) in exclude_test() argument 14592 return test_id < test_range[0] || test_id > test_range[1]; in exclude_test() 15253 if (test_id >= 0) { in prepare_test_range() 15258 if (test_id >= valid_range) { in prepare_test_range() 15264 test_range[0] = test_id; in prepare_test_range() 15265 test_range[1] = test_id; in prepare_test_range() 15317 (test_id != -1 || strlen(test_name) || in test_bpf_init()
|