Searched refs:TestBase (Results 1 – 10 of 10) sorted by relevance
| /openbmc/qemu/python/tests/ |
| H A D | protocol.py | 207 class TestBase(avocado.Test): class 278 class State(TestBase): 280 @TestBase.async_test 292 class Connect(TestBase): 320 @TestBase.async_test 327 @TestBase.async_test 334 @TestBase.async_test 355 @TestBase.async_test 375 @TestBase.async_test 399 @TestBase.async_test [all …]
|
| /openbmc/qemu/tests/qapi-schema/ |
| H A D | union-invalid-branch-key.json | 4 { 'struct': 'TestBase', 14 'base': 'TestBase',
|
| H A D | union-string-discriminator.json | 4 { 'struct': 'TestBase', 14 'base': 'TestBase',
|
| H A D | union-bad-discriminator.json | 5 { 'struct': 'TestBase', 12 'base': 'TestBase',
|
| H A D | union-string-discriminator.err | 2 union-string-discriminator.json:13: discriminator member 'kind' of base type 'TestBase' must be of …
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/tests/ |
| H A D | test_decorators.py | 11 from common import setup_sys_path, TestBase 17 class TestTagDecorator(TestBase): 70 class TestDependsDecorator(TestBase): 115 class TestTimeoutDecorator(TestBase):
|
| H A D | test_runner.py | 12 from common import setup_sys_path, TestBase 17 class TestRunner(TestBase):
|
| H A D | test_data.py | 12 from common import setup_sys_path, TestBase 18 class TestData(TestBase):
|
| H A D | test_loader.py | 11 from common import setup_sys_path, TestBase 17 class TestLoader(TestBase):
|
| H A D | common.py | 26 class TestBase(unittest.TestCase): class
|