Searched refs:TestCase (Results 1 – 7 of 7) sorted by relevance
| /qemu/tests/qtest/ |
| 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 …]
|
| /qemu/tests/qemu-iotests/ |
| 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'):
|
| A D | 240 | 27 class TestCase(iotests.QMPTestCase): class
|
| A D | iotests.py | 1174 class QMPTestCase(unittest.TestCase):
|
| /qemu/scripts/ |
| A D | xml-preprocess-test.py | 20 class TestXmlPreprocess(unittest.TestCase):
|
| /qemu/tests/functional/qemu_test/ |
| A D | asset.py | 172 elif isinstance(test, unittest.TestCase):
|
| A D | testcase.py | 31 class QemuBaseTest(unittest.TestCase):
|
Completed in 19 milliseconds