Searched refs:test_id (Results 1 – 3 of 3) sorted by relevance
| /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/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,
|