Searched refs:testfunction (Results 1 – 1 of 1) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | utils.py | 68 def testfunction(item, d): function 94 result = multiprocess_launch(testfunction, ["3", "4", "5", "6"], d, extraargs=(d,)) 103 …self.assertRaises(bb.BBHandledException, multiprocess_launch, testfunction, ["1", "2", "3", "4", "…
|