Home
last modified time | relevance | path

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

123

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dselftest.py9 from oeqa.selftest.case import OESelftestTestCase
11 class ExternalLayer(OESelftestTestCase):
49 if isinstance(klass, type(OESelftestTestCase)) and issubclass(klass, OESelftestTestCase):
H A Dincompatible_lic.py6 from oeqa.selftest.case import OESelftestTestCase
9 class IncompatibleLicenseTestObsolete(OESelftestTestCase):
62 class IncompatibleLicenseTests(OESelftestTestCase):
100 class IncompatibleLicensePerImageTests(OESelftestTestCase):
135 class NoGPL3InImagesTests(OESelftestTestCase):
H A Dbuildoptions.py12 from oeqa.selftest.case import OESelftestTestCase
19 class ImageOptionsTests(OESelftestTestCase):
62 class DiskMonTest(OESelftestTestCase):
77 class SanityOptionsTest(OESelftestTestCase):
179 class ArchiverTest(OESelftestTestCase):
198 class ToolchainOptions(OESelftestTestCase):
209 class SourceMirroring(OESelftestTestCase):
235 class Poisoning(OESelftestTestCase):
H A Dintercept.py7 from oeqa.selftest.case import OESelftestTestCase
10 class GitCheck(OESelftestTestCase):
H A Drpmtests.py7 from oeqa.selftest.case import OESelftestTestCase
10 class BitbakeTests(OESelftestTestCase):
H A Dnewlib.py7 from oeqa.selftest.case import OESelftestTestCase
10 class NewlibTest(OESelftestTestCase):
H A Dbaremetal.py8 from oeqa.selftest.case import OESelftestTestCase
11 class BaremetalTest(OESelftestTestCase):
H A Dwrapper.py6 from oeqa.selftest.case import OESelftestTestCase
9 class WrapperTests(OESelftestTestCase):
H A Doescripts.py11 from oeqa.selftest.case import OESelftestTestCase
40 class OEPybootchartguyTests(OESelftestTestCase):
66 class OEGitproxyTests(OESelftestTestCase):
126 class OeRunNativeTest(OESelftestTestCase):
132 class OEListPackageconfigTests(OESelftestTestCase):
H A Dfetch.py11 from oeqa.selftest.case import OESelftestTestCase
14 class Fetch(OESelftestTestCase):
61 class Dependencies(OESelftestTestCase):
H A Defibootpartition.py8 from oeqa.selftest.case import OESelftestTestCase
13 class GenericEFITest(OESelftestTestCase):
H A Dpseudo.py11 from oeqa.selftest.case import OESelftestTestCase
13 class Pseudo(OESelftestTestCase):
H A Dimage_typedep.py9 from oeqa.selftest.case import OESelftestTestCase
12 class ImageTypeDepTests(OESelftestTestCase):
H A Dexternalsrc.py11 from oeqa.selftest.case import OESelftestTestCase
14 class ExternalSrc(OESelftestTestCase):
H A Dmulticonfig.py9 from oeqa.selftest.case import OESelftestTestCase
12 class MultiConfig(OESelftestTestCase):
H A Dyoctotestresultsquerytests.py11 from oeqa.selftest.case import OESelftestTestCase
18 class TestResultsQueryTests(OESelftestTestCase):
H A Dc_cpp.py7 from oeqa.selftest.case import OESelftestTestCase
12 class CCppTests(OESelftestTestCase):
H A Dcontainerimage.py9 from oeqa.selftest.case import OESelftestTestCase
25 class ContainerImageTests(OESelftestTestCase):
H A Dlic_checksum.py11 from oeqa.selftest.case import OESelftestTestCase
14 class LicenseTests(OESelftestTestCase):
/openbmc/openbmc/poky/meta-selftest/lib/oeqa/selftest/cases/
H A Dexternal-layer.py2 from oeqa.selftest.case import OESelftestTestCase
6 class ImportedTests(OESelftestTestCase):
/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/
H A Dmeta_oe_sources.py6 from oeqa.selftest.case import OESelftestTestCase
10 class MetaOESourceMirroring(OESelftestTestCase):
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Dpacbti.py1 from oeqa.selftest.case import OESelftestTestCase
7 class PacBtiTest(OESelftestTestCase):
H A Drunfvp.py8 from oeqa.selftest.case import OESelftestTestCase
15 class RunFVPTests(OESelftestTestCase):
60 class ConfFileTests(OESelftestTestCase):
90 class RunnerTests(OESelftestTestCase):
/openbmc/openbmc/meta-security/lib/oeqa/selftest/cases/
H A Dcvechecker.py4 from oeqa.selftest.case import OESelftestTestCase
7 class CveCheckerTests(OESelftestTestCase):
/openbmc/openbmc/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()
149 super(OESelftestTestCase, self).tearDown()

123