Lines Matching full:oeqa
221 ``meta/lib/oeqa/selftest/cases/``.
248 - The code for these tests resides in ``meta/lib/oeqa/runtime/cases/``.
263 - The code for these tests resides in ``meta/lib/oeqa/sdk/cases/``.
274 - The code for these tests resides in ``meta/lib/oeqa/esdk``.
285 - The code for these tests resides in ``meta/lib/oeqa/buildperf``.
307 - The tests are contained in ``lib/oeqa/buildperf/test_basic.py``.
315 For oeqa tests, testcases for each area reside in the main test
316 directory at ``meta/lib/oeqa/selftest/cases`` directory.
361 This example, taken from ``meta/lib/oeqa/selftest/cases/bblayers.py``,
367 The ``oeqa.utils.commands`` module contains Helpers which can assist
371 ``oeqa.utils.commands.get_bb_var()`` or use
372 ``oeqa.utils.commands.get_bb_vars()`` for more than one variable
375 ``oeqa.utils.commands.bitbake()``
377 - *Running a command:* Use ``oeqa.utils.commandsrunCmd()``
379 There is also a ``oeqa.utils.commands.runqemu()`` function for launching
396 simple example from ``meta/lib/oeqa/runtime/cases/python.py`` contains
423 ``meta/lib/oeqa/sdk/cases/devtool.py`` contains the following::
455 simple example from ``meta/lib/oeqa/sdk/cases/python2.py`` contains the
478 ``meta/lib/oeqa/buildperf/test_basic.py`` contains the following::