qemu-e2k/tests/qemu-iotests/tests
Thomas Huth a9fdde400a tests/qemu-iotests: Restrict tests using "--blockdev file" to the file protocol
Tests that use "--blockdev" with the "file" driver cannot work with
other protocols, so we should mark them accordingly.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240315111108.153201-10-thuth@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2024-03-18 13:31:54 +01:00
..
backing-file-invalidation python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
backing-file-invalidation.out iotests/backing-file-invalidation: Add new test 2022-09-30 18:43:44 +02:00
block-status-cache
block-status-cache.out
copy-before-write python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
copy-before-write.out iotests: copy-before-write: add cases for cbw-timeout option 2022-06-29 10:57:02 +03:00
detect-zeroes-registered-buf tests/qemu-iotests: Fix some tests that use --image-opts for other protocols 2024-03-18 13:31:54 +01:00
detect-zeroes-registered-buf.out iotests/detect-zeroes-registered-buf: add new test 2023-02-09 10:22:30 -05:00
export-incoming-iothread python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
export-incoming-iothread.out
file-io-error monitor: only run coroutine commands in qemu_aio_context 2024-01-26 11:16:58 +01:00
file-io-error.out tests/file-io-error: New test 2023-08-29 13:01:24 +02:00
fuse-allow-other
fuse-allow-other.out
graph-changes-while-io python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
graph-changes-while-io.out iotests: Test commit with iothreads and ongoing I/O 2023-05-19 19:16:53 +02:00
image-fleecing python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
image-fleecing.out
iothreads-commit-active iotests: Test active commit with iothread and background I/O 2023-06-28 08:45:46 +02:00
iothreads-commit-active.out iotests: Test active commit with iothread and background I/O 2023-06-28 08:45:46 +02:00
iothreads-create iotests: Test blockdev-create in iothread 2023-05-30 17:29:44 +02:00
iothreads-create.out iotests: Test blockdev-create in iothread 2023-05-30 17:29:44 +02:00
iothreads-nbd-export iotests: Add test for reset/AioContext switches with NBD exports 2024-03-18 13:12:51 +01:00
iothreads-nbd-export.out iotests: Add test for reset/AioContext switches with NBD exports 2024-03-18 13:12:51 +01:00
iothreads-resize iotests: Test resizing image attached to an iothread 2023-05-10 14:16:53 +02:00
iothreads-resize.out monitor: only run coroutine commands in qemu_aio_context 2024-01-26 11:16:58 +01:00
iothreads-stream iotests/iothreads-stream: Use the right TimeoutError 2024-01-26 12:26:35 +01:00
iothreads-stream.out iotests: Test two stream jobs in a single iothread 2023-11-21 12:45:21 +01:00
iov-padding iotests/iov-padding: New test 2023-06-05 13:11:26 +02:00
iov-padding.out iotests/iov-padding: New test 2023-06-05 13:11:26 +02:00
luks-detached-header tests: Add case for LUKS volume with detached header 2024-02-09 12:50:38 +00:00
luks-detached-header.out tests: Add case for LUKS volume with detached header 2024-02-09 12:50:38 +00:00
migrate-bitmaps-postcopy-test python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
migrate-bitmaps-postcopy-test.out
migrate-bitmaps-test python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
migrate-bitmaps-test.out
migrate-during-backup python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
migrate-during-backup.out
migration-permissions python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
migration-permissions.out
mirror-change-copy-mode iotests: add test for changing mirror's copy_mode 2023-10-31 19:46:51 +01:00
mirror-change-copy-mode.out iotests: add test for changing mirror's copy_mode 2023-10-31 19:46:51 +01:00
mirror-ready-cancel-error python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
mirror-ready-cancel-error.out
mirror-top-perms python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
mirror-top-perms.out
nbd-multiconn python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
nbd-multiconn.out nbd/server: Allow MULTI_CONN for shared writable exports 2022-05-12 13:10:52 +02:00
nbd-qemu-allocation
nbd-qemu-allocation.out nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS 2023-10-05 11:02:08 -05:00
nbd-reconnect-on-open iotests/nbd-reconnect-on-open: Fix NBD socket path 2023-05-10 14:16:53 +02:00
nbd-reconnect-on-open.out iotests/nbd-reconnect-on-open: Fix NBD socket path 2023-05-10 14:16:53 +02:00
parallels-checks tests: test self-cure of parallels image with duplicated clusters 2023-09-21 08:47:58 +02:00
parallels-checks.out tests: test self-cure of parallels image with duplicated clusters 2023-09-21 08:47:58 +02:00
parallels-read-bitmap
parallels-read-bitmap.out
qcow2-internal-snapshots tests/qemu-iotests: Restrict tests using "--blockdev file" to the file protocol 2024-03-18 13:31:54 +01:00
qcow2-internal-snapshots.out qemu-img: Fix Column Width and Improve Formatting in snapshot list 2024-03-18 13:30:34 +01:00
qemu-img-bitmaps
qemu-img-bitmaps.out qemu-img: map: report compressed data blocks 2023-09-20 17:46:01 +02:00
qemu-img-close-errors qemu-iotests: Test qemu-img bitmap/commit exit code on error 2023-02-01 16:52:15 +01:00
qemu-img-close-errors.out qemu-iotests: Test qemu-img bitmap/commit exit code on error 2023-02-01 16:52:15 +01:00
qsd-jobs tests/qemu-iotests: Restrict tests using "--blockdev file" to the file protocol 2024-03-18 13:31:54 +01:00
qsd-jobs.out monitor: only run coroutine commands in qemu_aio_context 2024-01-26 11:16:58 +01:00
regression-vhdx-log iotests: Regression test for vhdx log corruption 2023-04-11 13:54:43 +02:00
regression-vhdx-log.out iotests: Regression test for vhdx log corruption 2023-04-11 13:54:43 +02:00
remove-bitmap-from-backing
remove-bitmap-from-backing.out
reopen-file python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
reopen-file.out iotests/reopen-file: Test reopening file child 2022-05-04 15:55:23 +02:00
stream-error-on-reset python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
stream-error-on-reset.out
stream-under-throttle python: use vm.cmd() instead of vm.qmp() where appropriate 2023-10-12 14:21:44 -04:00
stream-under-throttle.out tests/stream-under-throttle: New test 2022-11-14 11:31:52 +01:00
zoned qemu-iotests: test zone append operation 2023-05-15 08:18:10 -04:00
zoned.out qemu-iotests: test zone append operation 2023-05-15 08:18:10 -04:00