Lines Matching refs:selftest
127 …ef:`OpenEmbedded Self test (oe-selftest) <ref-manual/release-process:Testing and Quality Assurance…
158 through :ref:`bitbake-selftest <ref-manual/release-process:Testing and Quality Assurance>` and
159 :ref:`oe-selftest <ref-manual/release-process:Testing and Quality Assurance>`.
171 - *bitbake-selftest:*
179 $ bitbake-selftest
182 variable when running "bitbake-selftest" as follows::
184 $ BB_SKIP_NETTESTS=yes bitbake-selftest
189 $ bitbake-selftest -v
194 "bitbake-selftest" command. For example, to specify the tests for the
197 $ bitbake-selftest bb.test.data.module
202 $ bitbake-selftest bb.tests.data.TestOverrides.test_one_override
207 - *oe-selftest:*
221 ``meta/lib/oeqa/selftest/cases/``.
225 $ oe-selftest -a
230 $ oe-selftest -r <testname>
235 $ oe-selftest -r tinfoil.TinfoilTests.test_getvar
241 $ oe-selftest -r tinfoil
316 directory at ``meta/lib/oeqa/selftest/cases`` directory.
318 For oe-selftest. bitbake testcases reside in the ``lib/bb/tests/``
321 ``bitbake-selftest``
347 ``oe-selftest``
361 This example, taken from ``meta/lib/oeqa/selftest/cases/bblayers.py``,