Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Doetest.py58 class oeTest(unittest.TestCase): class
68 return pkg in oeTest.tc.pkgmanifest
76 for s in oeTest.tc.pkgmanifest:
83 if feature in oeTest.tc.imagefeatures or \
84 feature in oeTest.tc.distrofeatures:
89 class oeRuntimeTest(oeTest):
143 if modname not in oeTest.tc.testsrequired:
296 setattr(oeTest, "tc", self)
403 if oeTest.hasPackage("procps"):