Home
last modified time | relevance | path

Searched refs:process_tests (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/concurrencytest/
H A Dconcurrencytest.py63 for process_tests in test_blocks:
64 process_suite = unittest.TestSuite(process_tests)
66 process_tests[:] = []
/openbmc/qemu/scripts/
H A Dmtest2make.py42 def process_tests(test, targets, suites): function
105 process_tests(test, targets, testsuites)
112 process_tests(test, targets, benchsuites)
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py253 for process_tests in test_blocks:
254 numtests = len(process_tests)
255 process_suite = unittest.TestSuite(process_tests)
257 process_tests[:] = []