Home
last modified time | relevance | path

Searched full:test_suites (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass34 # 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 Dtestexport.bbclass14 # 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 Dsecurity-test-image.bb15 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 Druntime-testing.rst104 #. 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 Druntime_test.py32 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 Dminidebuginfo.py57 TEST_SUITES = "ping ssh systemd"
/openbmc/openbmc/poky/meta/lib/oeqa/
H A Doetest.py132 … "\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 Dpoky-tiny.yml10 TEST_SUITES = "_qemutiny ping"
H A Dqemuarm-secureboot.yml16 TEST_SUITES:append = " optee ftpm"
H A Dqemuarm64-secureboot.yml16 TEST_SUITES:append = " optee ftpm"
H A Dtestimage.yml21 TEST_SUITES:remove = "opkg"
H A Dqemuarm64-secureboot-ts.yml10 TEST_SUITES:append = " trusted_services"
H A Duefi-secureboot.yml35 TEST_SUITES:append = " uefi_secureboot uki"
H A Dfvp-base-ts.yml13 TEST_SUITES = " ping ssh trusted_services"
/openbmc/openbmc/meta-arm/kas/
H A Dcorstone1000-firmware-only.yml20 TEST_SUITES = "_qemutiny ping"
/openbmc/qemu/scripts/
H A Dmtest2make.py53 test_suites = test['suite'] or ['default']
54 for s in test_suites:
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/images/
H A Dmeta-multimedia-image-ptest.bb31 TEST_SUITES = "ping ssh parselogs ptest"
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/images/
H A Dmeta-filesystems-image-ptest.bb31 TEST_SUITES = "ping ssh parselogs ptest"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-core/images/
H A Dmeta-perl-image-ptest.bb31 TEST_SUITES = "ping ssh parselogs ptest"
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-core/images/
H A Dmeta-networking-image-ptest.bb32 TEST_SUITES = "ping ssh parselogs ptest"
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-linux-distros/
H A Darm-systemready-linux-distros-unattended.inc8 # 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 Dmeta-oe-image-ptest.bb32 TEST_SUITES = "ping ssh parselogs ptest"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/images/
H A Dmeta-python-image-ptest.bb36 TEST_SUITES = "ping ssh parselogs ptest"
/openbmc/openbmc/poky/meta/recipes-core/images/
H A Dcore-image-ptest.bb37 TEST_SUITES = "ping ssh parselogs ptest"
/openbmc/openbmc/meta-security/meta-parsec/
H A DREADME.md116 TEST_SUITES = "ping ssh parsec"
133 TEST_SUITES = "ping ssh parsec"

12