Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dtest.py53 return getSuiteCasesInfo(suite, getCaseID)
73 def getCaseID(test_case): function
89 return getCaseID(test_case).split('.')[-1]
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dloader.py14 from oeqa.core.utils.test import getSuiteModules, getCaseID
241 and not getCaseID(case) in self.tests):