Searched refs:totaltests (Results 1 – 1 of 1) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
H A D | concurrencytest.py | 53 … def __init__(self, target, semaphore, threadnum, totalinprocess, totaltests, output, finalresult): argument 57 self.totaltests = totaltests 76 self.totaltests, 204 testservers, totaltests = fork_for_tests(self.processes, self) 214 semaphore, i, testnum, totaltests, output, result) 252 totaltests = sum(len(x) for x in test_blocks) 317 return testservers, totaltests
|