Searched refs:QMPTestCase (Results 1 – 25 of 56) sorted by relevance
123
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 281 | 30 class TestDirtyBitmapIOThread(iotests.QMPTestCase): 68 class TestNBDMirrorIOThread(iotests.QMPTestCase): 134 class TestExternalSnapshotAbort(iotests.QMPTestCase): 186 class TestBlockdevBackupAbort(iotests.QMPTestCase): 243 class TestYieldingAndTimers(iotests.QMPTestCase):
|
H A D | 041 | 42 class TestSingleDrive(iotests.QMPTestCase): 302 class TestMirrorNoBacking(iotests.QMPTestCase): 372 class TestMirrorResized(iotests.QMPTestCase): 419 class TestReadErrors(iotests.QMPTestCase): 585 class TestWriteErrors(iotests.QMPTestCase): 712 class TestSetSpeed(iotests.QMPTestCase): 775 class TestUnbackedSource(iotests.QMPTestCase): 860 class TestGranularity(iotests.QMPTestCase): 894 class TestRepairQuorum(iotests.QMPTestCase): 1117 class TestOrphanedSource(iotests.QMPTestCase): [all …]
|
H A D | 298 | 33 class TestPreallocateBase(iotests.QMPTestCase): 119 class TestTruncate(iotests.QMPTestCase):
|
H A D | 093 | 27 class ThrottleTestCase(iotests.QMPTestCase): 272 class ThrottleTestGroupNames(iotests.QMPTestCase): 368 class ThrottleTestRemovableMedia(iotests.QMPTestCase):
|
H A D | 056 | 53 class TestSyncModesNoneAndTop(iotests.QMPTestCase): 105 class TestBeforeWriteNotifier(iotests.QMPTestCase): 128 class BackupTest(iotests.QMPTestCase):
|
H A D | 030 | 32 class TestSingleDrive(iotests.QMPTestCase): 187 class TestParallelOps(iotests.QMPTestCase): 537 class TestQuorum(iotests.QMPTestCase): 593 class TestSmallerBackingFile(iotests.QMPTestCase): 617 class TestErrors(iotests.QMPTestCase): 865 class TestStreamStop(iotests.QMPTestCase): 897 class TestSetSpeed(iotests.QMPTestCase):
|
H A D | 055 | 48 class TestSingleDrive(iotests.QMPTestCase): 197 class TestSetSpeed(iotests.QMPTestCase): 279 class TestSingleTransaction(iotests.QMPTestCase): 477 class TestCompressedToQcow2(iotests.QMPTestCase):
|
H A D | 132 | 30 class TestSingleDrive(iotests.QMPTestCase):
|
H A D | 045 | 32 class TestFdSets(iotests.QMPTestCase): 128 class TestSCMFd(iotests.QMPTestCase):
|
H A D | 196 | 30 class TestInvalidateAutoclear(iotests.QMPTestCase):
|
H A D | 152 | 29 class TestUnaligned(iotests.QMPTestCase):
|
H A D | 096 | 26 class TestLiveSnapshot(iotests.QMPTestCase):
|
H A D | 151 | 33 class TestActiveMirror(iotests.QMPTestCase): 195 class TestThrottledWithNbdExportBase(iotests.QMPTestCase):
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | stream-unaligned-prefetch | 25 from iotests import imgfmt, qemu_img_create, qemu_io, QMPTestCase 32 class TestStreamUnalignedPrefetch(QMPTestCase):
|
H A D | reopen-file | 24 from iotests import imgfmt, qemu_img_create, QMPTestCase 31 class TestReopenFile(QMPTestCase):
|
H A D | stream-error-on-reset | 24 from iotests import imgfmt, qemu_img_create, qemu_io, QMPTestCase 44 class TestStreamErrorOnReset(QMPTestCase):
|
H A D | graph-changes-while-io | 26 QMPTestCase, QemuStorageDaemon 41 class TestGraphChangesWhileIO(QMPTestCase):
|
H A D | luks-detached-header | 32 QMPTestCase, 68 class TestDetachedLUKSHeader(QMPTestCase):
|
H A D | export-incoming-iothread | 38 class TestExportIncomingIothread(iotests.QMPTestCase):
|
H A D | block-status-cache | 35 class TestBscWithNbd(iotests.QMPTestCase):
|
H A D | mirror-top-perms | 34 class TestMirrorTopPerms(iotests.QMPTestCase):
|
H A D | migrate-during-backup | 32 class TestMigrateDuringBackup(iotests.QMPTestCase):
|
H A D | stream-under-throttle | 47 class TestStreamWithThrottle(iotests.QMPTestCase):
|
H A D | migration-permissions | 31 class TestMigrationPermissions(iotests.QMPTestCase):
|
H A D | migrate-bitmaps-test | 46 class TestDirtyBitmapMigration(iotests.QMPTestCase): 221 class TestDirtyBitmapBackingMigration(iotests.QMPTestCase):
|
123