/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | testimage.bbclass | 34 # You can set (or append to) TEST_SUITES in local.conf to select the tests 37 # Each name in TEST_SUITES represents a required test for the image. (no skipping allowed) 39 # Note that order in TEST_SUITES is relevant: tests are run in an order such that 42 # in TEST_SUITES. 90 TEST_SUITES ?= "${DEFAULT_TEST_SUITES}" 202 and ('dnf' in d.getVar('TEST_SUITES') or 'auto' in d.getVar('TEST_SUITES'))): 344 test_modules = d.getVar('TEST_SUITES').split() 346 bb.fatal('Empty test suite, please verify TEST_SUITES variable') 352 bb.fatal('Empty test suite, please verify TEST_SUITES variable') 470 def package_extraction(d, test_suites): [all …]
|
H A D | testexport.bbclass | 14 # For more information on TEST_SUITES check testimage class. 118 test_modules = d.getVar('TEST_SUITES').split()
|
/openbmc/openbmc/meta-security/recipes-core/images/ |
H A D | security-test-image.bb | 15 TEST_SUITES = "ssh ping apparmor clamav samhain sssd checksec smack suricata aide firejail" 16 TEST_SUITES:append = " parsec tpm2 swtpm ima"
|
/openbmc/openbmc/poky/documentation/test-manual/ |
H A D | runtime-testing.rst | 104 #. Each test module loads in the order found in :term:`TEST_SUITES`. You can 358 :term:`TEST_SUITES` variable in 359 ``local.conf``. Each name in :term:`TEST_SUITES` represents a required test 360 for the image. Test modules named within :term:`TEST_SUITES` cannot be 363 :term:`TEST_SUITES` causes the build system to try to run all tests that are 366 The order you list tests in :term:`TEST_SUITES` is important and influences 386 TEST_SUITES:append = " mytest" 390 TEST_SUITES = "test1 test2 test3" 401 defined in :term:`TEST_SUITES`.
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runtime_test.py | 32 features += 'TEST_SUITES = "ping"\n' 73 features += 'TEST_SUITES = "ping"\n' 126 features += 'TEST_SUITES = "ping ssh selftest"\n' 159 features += 'TEST_SUITES = "ping ssh dnf_runtime dnf.DnfBasicTest.test_dnf_help"\n' 194 features += 'TEST_SUITES = "ping ssh apt.AptRepoTest.test_apt_install_from_repo"\n' 252 features += 'TEST_SUITES = "ping ssh virgl"\n' 286 features += 'TEST_SUITES = "ping ssh virgl"\n'
|
H A D | minidebuginfo.py | 57 TEST_SUITES = "ping ssh systemd"
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 132 … "\nTest was required in TEST_SUITES, so either the condition for skipping is wrong" \ 193 # return test list by type also filter if TEST_SUITES is specified 217 …bb.fatal('Test %s specified in TEST_SUITES could not be found in lib/oeqa/runtime under BBPATH' % … 379 testsuites = self.d.getVar("TEST_SUITES").split() 384 return [t for t in self.d.getVar("TEST_SUITES").split() if t != "auto"]
|
/openbmc/openbmc/meta-arm/ci/ |
H A D | poky-tiny.yml | 10 TEST_SUITES = "_qemutiny ping"
|
H A D | qemuarm-secureboot.yml | 16 TEST_SUITES:append = " optee ftpm"
|
H A D | qemuarm64-secureboot.yml | 16 TEST_SUITES:append = " optee ftpm"
|
H A D | testimage.yml | 21 TEST_SUITES:remove = "opkg"
|
H A D | qemuarm64-secureboot-ts.yml | 10 TEST_SUITES:append = " trusted_services"
|
H A D | uefi-secureboot.yml | 35 TEST_SUITES:append = " uefi_secureboot uki"
|
H A D | fvp-base-ts.yml | 13 TEST_SUITES = " ping ssh trusted_services"
|
/openbmc/openbmc/meta-arm/kas/ |
H A D | corstone1000-firmware-only.yml | 20 TEST_SUITES = "_qemutiny ping"
|
/openbmc/qemu/scripts/ |
H A D | mtest2make.py | 53 test_suites = test['suite'] or ['default'] 54 for s in test_suites:
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/ |
H A D | meta-multimedia-image-ptest.bb | 31 TEST_SUITES = "ping ssh parselogs ptest"
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/ |
H A D | meta-filesystems-image-ptest.bb | 31 TEST_SUITES = "ping ssh parselogs ptest"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/ |
H A D | meta-perl-image-ptest.bb | 31 TEST_SUITES = "ping ssh parselogs ptest"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/ |
H A D | meta-networking-image-ptest.bb | 32 TEST_SUITES = "ping ssh parselogs ptest"
|
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/ |
H A D | arm-systemready-linux-distros-unattended.inc | 8 # oeqa test case must be added to TEST_SUITES to acknowledge that the unattended
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/images/ |
H A D | meta-oe-image-ptest.bb | 32 TEST_SUITES = "ping ssh parselogs ptest"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/ |
H A D | meta-python-image-ptest.bb | 36 TEST_SUITES = "ping ssh parselogs ptest"
|
/openbmc/openbmc/poky/meta/recipes-core/images/ |
H A D | core-image-ptest.bb | 37 TEST_SUITES = "ping ssh parselogs ptest"
|
/openbmc/openbmc/meta-security/meta-parsec/ |
H A D | README.md | 116 TEST_SUITES = "ping ssh parsec" 133 TEST_SUITES = "ping ssh parsec"
|