Home
last modified time | relevance | path

Searched refs:TestCase (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/qtest/
A Dendianness-test.c19 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 D14132 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 D24027 class TestCase(iotests.QMPTestCase): class
A Diotests.py1174 class QMPTestCase(unittest.TestCase):
/qemu/scripts/
A Dxml-preprocess-test.py20 class TestXmlPreprocess(unittest.TestCase):
/qemu/tests/functional/qemu_test/
A Dasset.py172 elif isinstance(test, unittest.TestCase):
A Dtestcase.py31 class QemuBaseTest(unittest.TestCase):

Completed in 19 milliseconds