Home
last modified time | relevance | path

Searched refs:ConcurrentTestSuite (Results 1 – 6 of 6) 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.py33 from testtools import ConcurrentTestSuite, iterate_tests
143 concurrent_suite = ConcurrentTestSuite(suite, fork_for_tests(4))
/openbmc/u-boot/tools/binman/
H A Dbinman33 from concurrencytest import ConcurrentTestSuite, fork_for_tests
82 concurrent_suite = ConcurrentTestSuite(suite,
H A Dbinman.py33 from concurrencytest import ConcurrentTestSuite, fork_for_tests
82 concurrent_suite = ConcurrentTestSuite(suite,
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py194 class ConcurrentTestSuite(unittest.TestSuite): class
197 super(ConcurrentTestSuite, self).__init__([suite])
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py158 from oeqa.core.utils.concurrencytest import ConcurrentTestSuite
160 …return ConcurrentTestSuite(suites, processes, self.setup_builddir, self.removebuilddir, self.bb_va…