Lines Matching full:oeqa
23 # The test names are the module names in meta/lib/oeqa/runtime/cases.
31 # A layer can add its own tests in lib/oeqa/runtime, provided it extends BBPATH as normal in its la…
155 from oeqa.utils.metadata import get_layers
168 json_result_dir = os.path.join(d.getVar("LOG_DIR"), 'oeqa')
208 from oeqa.runtime.context import OERuntimeTestContext
209 from oeqa.runtime.context import OERuntimeTestContextExecutor
210 from oeqa.core.target.qemu import supported_fstypes
211 from oeqa.core.utils.test import getSuiteCases
212 from oeqa.utils import make_logger_bitbake_compatible
411 # Copy additional logs to tmp/log/oeqa so it's easier to find them
426 Runtime tests are expected in <LAYER_DIR>/lib/oeqa/runtime/cases/
431 path = os.path.join(layer, 'lib/oeqa/runtime/cases')
487 from oeqa.utils.package_manager import find_packages_to_extract
488 from oeqa.utils.package_manager import extract_packages