Home
last modified time | relevance | path

Searched refs:tcName (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/
H A Dloader.py13 def _getTestCase(self, testCaseClass, tcName): argument
14 case = super(OERuntimeTestLoader, self)._getTestCase(testCaseClass, tcName)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/
H A Dloader.py181 def _getTestCase(self, testCaseClass, tcName): argument
209 case = testCaseClass(tcName)
232 for tcName in testCaseNames:
233 case = self._getTestCase(testCaseClass, tcName)