Home
last modified time | relevance | path

Searched full:testsdk (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestsdk.bbclass5 # testsdk.bbclass enables testing for SDK and Extensible SDK
9 # $ bitbake <image-name> -c testsdk
17 TESTSDK_CLASS_NAME ?= "oeqa.sdk.testsdk.TestSDK"
18 TESTSDKEXT_CLASS_NAME ?= "oeqa.sdkext.testsdk.TestSDKExt"
37 addtask testsdk
50 bb.build.addtask("testsdk", None, "do_populate_sdk", d)
H A Dtestimage.bbclass505 inherit testsdk
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dbuildtools-tarball.bb108 # Directory in testsdk that contains testcases
112 import oeqa.sdk.testsdk
113 testsdk = oeqa.sdk.testsdk.TestSDK()
115 …cases_path = os.path.join(os.path.abspath(os.path.dirname(oeqa.sdk.testsdk.__file__)), d.getVar("T…
116 testsdk.context_executor_class.default_cases = cases_path
118 testsdk.run(d)
120 addtask testsdk
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dintro.rst124 …The tests utilize the :ref:`testsdkext <ref-classes-testsdk>` class and the ``do_testsdkext`` task.
152 $ bitbake image -c testsdk
154 The tests utilize the :ref:`testsdk <ref-classes-testsdk>` class and
258 - *testsdk:*
267 $ bitbake image -c testsdk
450 ``testsdk``
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/buildtools-cases/
H A DREADME1 These test cases are used by buildtools-tarball, and are not used by the testsdk
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/
H A DREADME1 These test cases are used by build-docs-tarball, and are not used by the testsdk
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.6.rst318 - Inheriting the ``testimage`` and ``testsdk`` Classes: Best
323 :ref:`testsdk <ref-classes-testsdk>` classes used for automatic
/OK3568_Linux_fs/yocto/meta-clang/.github/workflows/
H A Dyoe.yml46 echo IMAGE_CLASSES += \"testimage testsdk\" >> conf/local.conf
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py7 from oeqa.sdk.testsdk import TestSDKBase
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/
H A Dtestsdk.py37 class TestSDK(TestSDKBase): class
/OK3568_Linux_fs/yocto/build/conf/include/
H A Dcommon.conf161 #IMAGE_CLASSES += "testimage testsdk"
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dlocal.conf.sample161 #IMAGE_CLASSES += "testimage testsdk"
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst2849 .. _ref-classes-testsdk:
2851 ``testsdk.bbclass``
2855 kits (SDKs). The ``testsdk`` class runs tests on an SDK when called
2858 $ bitbake -c testsdk image
2863 :term:`INHERIT` to inherit the ``testsdk`` class for automated SDK
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Dbitbake.conf530 …_CLASSES', 'testimage testsdk', True, False, d) or any(x in (d.getVar("BBINCLUDED") or "") for x i…