| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testimage.bbclass | 8 # 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 D | testexport.bbclass | 15 # 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 D | runtime_test.py | 109 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 D | incompatible_lic.py | 137 INHERIT += "testimage" 156 bitbake('-c testimage core-image-full-cmdline core-image-weston')
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | dialog-power-control | 6 # 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 D | intro.rst | 132 $ 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 D | dnf.py | 55 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 D | ptest.py | 41 # 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 D | ltp_compliance.py | 31 test_log_dir = os.path.join(cls.td.get('WORKDIR', ''), 'testimage')
|
| H A D | ltp_stress.py | 32 test_log_dir = os.path.join(cls.td.get('WORKDIR', ''), 'testimage')
|
| H A D | ltp.py | 31 test_log_dir = os.path.join(cls.td.get('WORKDIR', ''), 'testimage')
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/controllers/ |
| H A D | controllerimage.py | 5 # 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 D | runexported.py | 16 # 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 D | qemu-system-native_6.2.0.bb | 30 # Install qmp.py to be used with testimage
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/support/ |
| H A D | httpserver.py | 45 # The signal handler from testimage.bbclass can cause deadlocks here
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/ |
| H A D | httpserver.py | 47 # The signal handler from testimage.bbclass can cause deadlocks here
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.6.rst | 318 - Inheriting the ``testimage`` and ``testsdk`` Classes: Best 322 :ref:`testimage <ref-classes-testimage*>` and
|
| H A D | migration-3.4.rst | 31 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 D | grubtarget.py | 5 # This module adds support to testimage.bbclass to deploy images and run
|
| H A D | edgeroutertarget.py | 5 # This module adds support to testimage.bbclass to deploy images and run
|
| H A D | beaglebonetarget.py | 5 # This module adds support to testimage.bbclass to deploy images and run
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | test-remote-image | 271 …# 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 D | ImageItem.qml | 67 id: testImage
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/workflows/ |
| H A D | yoe.yml | 46 echo IMAGE_CLASSES += \"testimage testsdk\" >> conf/local.conf
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 103 sdk_dir = d.expand("${WORKDIR}/testimage-sdk/")
|