Lines Matching full:oeqa
8 # This provides the oeRuntimeTest base class which is inherited by all tests in meta/lib/oeqa/runti…
25 import oeqa.runtime
28 import oeqa.sdkext
31 from oeqa.utils.decorators import LogResults, gettag, getResults
184 extrapath = "lib/oeqa"
218 if testname.startswith("oeqa."):
224 testslist.append("oeqa." + type + "." + testname)
228 testslist.append("oeqa." + type + "." + testname)
232 …bb.fatal('Test %s specified in TEST_SUITES could not be found in lib/oeqa/runtime under BBPATH' % …
238 module = 'oeqa.' + type + '.' + f[:-3]
243 testpath = os.path.join(p, 'lib', 'oeqa', type)
509 from oeqa.utils.package_manager import get_package_manager
523 from oeqa.utils.package_manager import get_package_manager