Home
last modified time | relevance | path

Searched refs:fork_for_tests (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/tools/concurrencytest/
H A DREADME.md30 from concurrencytest import ConcurrentTestSuite, fork_for_tests
58 concurrent_suite = ConcurrentTestSuite(suite, fork_for_tests(4))
H A Dconcurrencytest.py46 def fork_for_tests(concurrency_num=CPU_COUNT): function
143 concurrent_suite = ConcurrentTestSuite(suite, fork_for_tests(4))
/openbmc/u-boot/tools/binman/
H A Dbinman33 from concurrencytest import ConcurrentTestSuite, fork_for_tests
83 fork_for_tests(processes or multiprocessing.cpu_count()))
H A Dbinman.py33 from concurrencytest import ConcurrentTestSuite, fork_for_tests
83 fork_for_tests(processes or multiprocessing.cpu_count()))
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py204 testservers, totaltests = fork_for_tests(self.processes, self)
244 def fork_for_tests(concurrency_num, suite): function