Searched refs:totaltests (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/utils/ |
| H A D | concurrencytest.py | 51 … def __init__(self, target, semaphore, threadnum, totalinprocess, totaltests, output, finalresult): argument 55 self.totaltests = totaltests 74 self.totaltests, 201 testservers, totaltests = fork_for_tests(self.processes, self) 211 semaphore, i, testnum, totaltests, output, result) 249 totaltests = sum(len(x) for x in test_blocks) 314 return testservers, totaltests
|