Home
last modified time | relevance | path

Searched refs:OESelftestTestCase (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dincompatible_lic.py1 from oeqa.selftest.case import OESelftestTestCase
4 class IncompatibleLicenseTestObsolete(OESelftestTestCase):
57 class IncompatibleLicenseTests(OESelftestTestCase):
95 class IncompatibleLicensePerImageTests(OESelftestTestCase):
128 class NoGPL3InImagesTests(OESelftestTestCase):
H A Dselftest.py7 from oeqa.selftest.case import OESelftestTestCase
9 class ExternalLayer(OESelftestTestCase):
47 if isinstance(klass, type(OESelftestTestCase)) and issubclass(klass, OESelftestTestCase):
H A Dbuildoptions.py10 from oeqa.selftest.case import OESelftestTestCase
15 class ImageOptionsTests(OESelftestTestCase):
58 class DiskMonTest(OESelftestTestCase):
73 class SanityOptionsTest(OESelftestTestCase):
175 class ArchiverTest(OESelftestTestCase):
194 class ToolchainOptions(OESelftestTestCase):
204 class SourceMirroring(OESelftestTestCase):
230 class Poisoning(OESelftestTestCase):
H A Dfetch.py9 from oeqa.selftest.case import OESelftestTestCase
12 class Fetch(OESelftestTestCase):
57 class Dependencies(OESelftestTestCase):
H A Dintercept.py1 from oeqa.selftest.case import OESelftestTestCase
4 class GitCheck(OESelftestTestCase):
H A Dnewlib.py5 from oeqa.selftest.case import OESelftestTestCase
8 class NewlibTest(OESelftestTestCase):
H A Dsysroot.py7 from oeqa.selftest.case import OESelftestTestCase
10 class SysrootTests(OESelftestTestCase):
H A Dpseudo.py9 from oeqa.selftest.case import OESelftestTestCase
11 class Pseudo(OESelftestTestCase):
H A Dimage_typedep.py7 from oeqa.selftest.case import OESelftestTestCase
10 class ImageTypeDepTests(OESelftestTestCase):
H A Defibootpartition.py10 from oeqa.selftest.case import OESelftestTestCase
13 class GenericEFITest(OESelftestTestCase):
H A Dexternalsrc.py11 from oeqa.selftest.case import OESelftestTestCase
14 class ExternalSrc(OESelftestTestCase):
H A Dmulticonfig.py7 from oeqa.selftest.case import OESelftestTestCase
10 class MultiConfig(OESelftestTestCase):
H A Dlocales.py5 from oeqa.selftest.case import OESelftestTestCase
9 class LocalesTest(OESelftestTestCase):
H A Dcontainerimage.py7 from oeqa.selftest.case import OESelftestTestCase
23 class ContainerImageTests(OESelftestTestCase):
H A Dlic_checksum.py9 from oeqa.selftest.case import OESelftestTestCase
12 class LicenseTests(OESelftestTestCase):
H A Druntime_test.py5 from oeqa.selftest.case import OESelftestTestCase
13 class TestExport(OESelftestTestCase):
109 class TestImage(OESelftestTestCase):
283 class Postinst(OESelftestTestCase):
401 class SystemTap(OESelftestTestCase):
H A Dminidebuginfo.py11 from oeqa.selftest.case import OESelftestTestCase
15 class Minidebuginfo(OESelftestTestCase):
H A Dbuildhistory.py9 from oeqa.selftest.case import OESelftestTestCase
13 class BuildhistoryBase(OESelftestTestCase):
H A Dbinutils.py5 from oeqa.selftest.case import OESelftestTestCase
16 class BinutilsCrossSelfTest(OESelftestTestCase, OEPTestResultTestCase):
H A Dmeta_ide.py5 from oeqa.selftest.case import OESelftestTestCase
13 class MetaIDE(OESelftestTestCase):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/
H A Dcase.py19 class OESelftestTestCase(OETestCase): class
22 super(OESelftestTestCase, self).__init__(methodName)
26 super(OESelftestTestCase, cls).setUpClass()
51 super(OESelftestTestCase, cls).tearDownClass()
99 super(OESelftestTestCase, self).setUp()
153 super(OESelftestTestCase, self).tearDown()
/OK3568_Linux_fs/yocto/poky/meta-selftest/lib/oeqa/selftest/cases/
H A Dexternal-layer.py2 from oeqa.selftest.case import OESelftestTestCase
6 class ImportedTests(OESelftestTestCase):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dmeta_oe_sources.py6 from oeqa.selftest.case import OESelftestTestCase
10 class MetaOESourceMirroring(OESelftestTestCase):
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py7 from oeqa.selftest.case import OESelftestTestCase
12 class TestBlobParsing(OESelftestTestCase):
102 class TestFileListCompare(OESelftestTestCase):
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/lib/oeqa/selftest/cases/
H A Dsystemd_boot.py3 from oeqa.selftest.case import OESelftestTestCase
7 class Systemdboot(OESelftestTestCase):

123