/openbmc/qemu/tests/qemu-iotests/ |
H A D | 141 | 32 class TestCase: class 89 with TestCase('drive-backup', vm, top_path, 'BLOCK_JOB_CANCELLED'): 101 with TestCase('drive-mirror', vm, top_path, 'BLOCK_JOB_COMPLETED'): 116 with TestCase('active block-commit', vm, top_path, \ 129 with TestCase('non-active block-commit', vm, top_path, \ 142 with TestCase('block-stream', vm, top_path, 'BLOCK_JOB_CANCELLED'):
|
/openbmc/qemu/tests/qtest/ |
H A D | endianness-test.c | 19 typedef struct TestCase TestCase; typedef 20 struct TestCase { struct 28 static const TestCase test_cases[] = { argument 50 static uint8_t isa_inb(QTestState *qts, const TestCase *test, uint16_t addr) in isa_inb() 61 static uint16_t isa_inw(QTestState *qts, const TestCase *test, uint16_t addr) in isa_inw() 83 static void isa_outb(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outb() 93 static void isa_outw(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outw() 104 static void isa_outl(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outl() 118 const TestCase *test = data; in test_endianness() 190 const TestCase *test = data; in test_endianness_split() [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | license.py | 7 from unittest.case import TestCase 18 class TestSingleLicense(TestCase): 46 class TestSimpleCombinations(TestCase): 76 class TestIsIncluded(TestCase):
|
H A D | utils.py | 8 from unittest.case import TestCase 13 class TestPackagesFilterOutSystem(TestCase): 43 class TestTrimVersion(TestCase): 63 class TestMultiprocessLaunch(TestCase):
|
H A D | types.py | 7 from unittest.case import TestCase 10 class TestBooleanType(TestCase): 40 class TestList(TestCase):
|
H A D | elf.py | 7 from unittest.case import TestCase 10 class TestElf(TestCase):
|
H A D | path.py | 7 from unittest.case import TestCase 14 class TestRealPath(TestCase):
|
/openbmc/phosphor-ipmi-blobs/test/ |
H A D | ipmi_validate_unittest.cpp | 13 struct TestCase in TEST() struct 20 std::vector<TestCase> tests = { in TEST()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/commands/ |
H A D | test_lsupdates.py | 11 from django.test import TestCase 17 class TestLayerIndexUpdater(TestCase):
|
H A D | test_loaddata.py | 10 from django.test import TestCase 16 class TestLoadDataFixtures(TestCase):
|
H A D | test_runbuilds.py | 12 from django.test import TestCase 47 class TestCommands(TestCase):
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/db/ |
H A D | test_db.py | 36 from django.test import TestCase 52 class MigrationTest(TestCase):
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | utils.py | 15 class VerCmpString(unittest.TestCase): 91 class Path(unittest.TestCase): 106 class Checksum(unittest.TestCase): 133 class EditMetadataFile(unittest.TestCase): 424 class EditBbLayersConf(unittest.TestCase): 627 class GetReferencedVars(unittest.TestCase): 671 class EnvironmentTests(unittest.TestCase):
|
H A D | compression.py | 67 class LZ4Tests(CompressionTests, unittest.TestCase): 79 class ZStdTests(CompressionTests, unittest.TestCase): 91 class PZStdTests(CompressionTests, unittest.TestCase):
|
H A D | data.py | 40 class DataExpansions(unittest.TestCase): 168 class TestNestedExpansions(unittest.TestCase): 209 class TestMemoize(unittest.TestCase): 236 class TestConcat(unittest.TestCase): 260 class TestConcatOverride(unittest.TestCase): 343 class TestOverrides(unittest.TestCase): 434 class TestKeyExpansion(unittest.TestCase): 448 class TestFlags(unittest.TestCase): 465 class Contains(unittest.TestCase): 503 class TaskHash(unittest.TestCase): [all …]
|
H A D | siggen.py | 18 class SiggenTest(unittest.TestCase):
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-inotify/ |
H A D | new-test-inotify.patch | 49 class TestInotify(unittest.TestCase): 51 @@ -29,11 +35,11 @@ class TestInotify(unittest.TestCase): 65 @@ -41,12 +47,27 @@ class TestInotify(unittest.TestCase): 97 @@ -55,7 +76,7 @@ class TestInotify(unittest.TestCase): 106 @@ -63,12 +84,28 @@ class TestInotify(unittest.TestCase): 139 @@ -79,7 +116,7 @@ class TestInotify(unittest.TestCase): 148 @@ -96,32 +133,47 @@ class TestInotify(unittest.TestCase): 201 @@ -131,7 +183,7 @@ class TestInotify(unittest.TestCase): 267 @@ -201,7 +277,7 @@ class TestInotify(unittest.TestCase): 275 class TestInotifyTree(unittest.TestCase): [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/eventreplay/ |
H A D | __init__.py | 23 from django.test import TestCase 27 class EventReplay(TestCase):
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 45 @@ -5024,6 +5026,7 @@ class TestWait(unittest.TestCase): 57 @@ -492,6 +492,7 @@ class TimeTestCase(unittest.TestCase): 65 @@ -505,6 +506,7 @@ class TimeTestCase(unittest.TestCase):
|
/openbmc/openbmc/poky/bitbake/lib/bs4/tests/ |
H A D | test_builder_registry.py | 29 class BuiltInRegistryTest(unittest.TestCase): 86 class RegistryTest(unittest.TestCase):
|
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
H A D | common.py | 13 class LayersTest(unittest.TestCase):
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pytest-subtests_0.12.1.bb | 2 DESCRIPTION = "Adds support for TestCase.subTest.\
|
/openbmc/boost-dbus/test/ |
H A D | avahi.py | 12 class AvahiTest(unittest.TestCase):
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
H A D | test.py | 17 if isinstance(suite, unittest.TestCase):
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
H A D | common.py | 27 class TestBase(unittest.TestCase):
|