Home
last modified time | relevance | path

Searched full:testimage (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass8 # testimage.bbclass enables testing of qemu images using python unittests.
10 # To use it add testimage to global inherit and call your target image with -c testimage
12 # - first add IMAGE_CLASSES += "testimage" in local.conf
14 # - then bitbake core-image-sato -c testimage. That will run a standard suite of tests.
52 TEST_LOG_DIR ?= "${WORKDIR}/testimage"
54 TEST_EXPORT_DIR ?= "${TMPDIR}/testimage/${PN}"
55 TEST_INSTALL_TMP_DIR ?= "${WORKDIR}/testimage/install_tmp"
56 TEST_NEEDED_PACKAGES_DIR ?= "${WORKDIR}/testimage/packages"
96 TESTIMAGELOCK = "${TMPDIR}/testimage.lock"
140 addtask testimage
[all …]
H A Dtestexport.bbclass15 # For more information on TEST_SUITES check testimage class.
34 TEST_EXPORT_LOCK = "${TMPDIR}/testimage.lock"
182 inherit testimage
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Druntime_test.py109 class TestImage(OESelftestTestCase): class
113 Summary: Check install packages functionality for testimage/testexport.
122 features = 'INHERIT += "testimage"\n'
128 bitbake('-c testimage core-image-full-cmdline')
140 features = 'INHERIT += "testimage"\n'
163 bitbake('-c testimage core-image-full-cmdline')
175 features = 'INHERIT += "testimage"\n'
199 # Build core-image-sato and testimage
201 bitbake('-c testimage core-image-full-cmdline')
225 features = 'INHERIT += "testimage"\n'
[all …]
H A Dincompatible_lic.py137 INHERIT += "testimage"
156 bitbake('-c testimage core-image-full-cmdline core-image-weston')
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Ddialog-power-control6 # automated hardware testing with testimage.bbclass but you don't have a
9 # You can enable it by enabling testimage (see the Yocto Project
46 …kdialog --yesno "$PROMPT" --title "TestImage Power Control" --yes-label "Done" --no-label "Cancel …
48 …zenity --question --text="$PROMPT" --title="TestImage Power Control" --ok-label="Done" --cancel-la…
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dintro.rst132 $ bitbake image -c testimage
134 The tests utilize the :ref:`testimage* <ref-classes-testimage*>`
135 classes and the :ref:`ref-tasks-testimage` task.
243 - *testimage:*
252 IMAGE_CLASSES += "testimage"
256 $ bitbake image -c testimage
390 ``testimage``
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Ddnf.py55 cls.repo_server = HTTPService(os.path.join(cls.tc.td['WORKDIR'], 'oe-testimage-repo'),
65 pkgarchs = os.listdir(os.path.join(self.tc.td['WORKDIR'], 'oe-testimage-repo'))
67 …cmdlinerepoopts = ["--repofrompath=oe-testimage-repo-%s,%s%s" %(arch, deploy_url, arch) for arch i…
109 … os.path.join(self.tc.td['WORKDIR'], 'oe-testimage-repo')), shell=True).decode("utf-8")
H A Dptest.py41 # The TEST_LOG_DIR maybe NULL when testimage is added after
44 test_log_dir = os.path.join(self.td.get('WORKDIR', ''), 'testimage')
H A Dltp_compliance.py31 test_log_dir = os.path.join(cls.td.get('WORKDIR', ''), 'testimage')
H A Dltp_stress.py32 test_log_dir = os.path.join(cls.td.get('WORKDIR', ''), 'testimage')
H A Dltp.py31 test_log_dir = os.path.join(cls.td.get('WORKDIR', ''), 'testimage')
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/
H A Dcontrollerimage.py5 # This module adds support to testimage.bbclass to deploy images and run
55 …uld've checked that IMAGE_FSTYPES contains tar.gz but the config for running testimage might not be
58 …autobuilder overwrites the config, adds the test bits and runs bitbake core-image-sato -c testimage
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Drunexported.py16 # bitbake core-image-sato -c testimage
18 # cd build/tmp/testimage/core-image-sato
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/
H A Dqemu-system-native_6.2.0.bb30 # Install qmp.py to be used with testimage
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/
H A Dhttpserver.py45 # The signal handler from testimage.bbclass can cause deadlocks here
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py47 # The signal handler from testimage.bbclass can cause deadlocks here
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.6.rst318 - Inheriting the ``testimage`` and ``testsdk`` Classes: Best
322 :ref:`testimage <ref-classes-testimage*>` and
H A Dmigration-3.4.rst31 BB_TASK_NICE_LEVEL_task-testimage = '0'
43 BB_TASK_NICE_LEVEL:task-testimage = '0'
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/lib/oeqa/controllers/
H A Dgrubtarget.py5 # This module adds support to testimage.bbclass to deploy images and run
H A Dedgeroutertarget.py5 # This module adds support to testimage.bbclass to deploy images and run
H A Dbeaglebonetarget.py5 # This module adds support to testimage.bbclass to deploy images and run
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dtest-remote-image271 …# Run the testimage task on a build while redirecting DEPLOY_DIR_IMAGE to repo.localdir, where the…
275 result = bitbake("%s -c testimage" % image_type, ignore_status=True, postconfig=postconfig)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DImageItem.qml67 id: testImage
/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/sdk/
H A Dtestsdk.py103 sdk_dir = d.expand("${WORKDIR}/testimage-sdk/")

12