aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/229
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2020-06-17 12:48:21 +0200
committerKevin Wolf <kwolf@redhat.com>2020-06-17 16:21:21 +0200
commit73b2b7b5cab2d06cf810d7f8c7c4cc918db30e04 (patch)
tree386d4e737900e2d501f656fa480dde6322b61256 /tests/qemu-iotests/229
parente6de31bcad4079d055036b75b0a4715de6140f15 (diff)
downloadqemu-73b2b7b5cab2d06cf810d7f8c7c4cc918db30e04.zip
qemu-73b2b7b5cab2d06cf810d7f8c7c4cc918db30e04.tar.gz
qemu-73b2b7b5cab2d06cf810d7f8c7c4cc918db30e04.tar.bz2
iotests/229: data_file is unsupported
Fixes: d89ac3cf305b28c024a76805a84d75c0ee1e786f Signed-off-by: Max Reitz <mreitz@redhat.com> Message-Id: <20200617104822.27525-5-mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/229')
-rwxr-xr-xtests/qemu-iotests/2293
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/229 b/tests/qemu-iotests/229
index 99acb55..89a5359 100755
--- a/tests/qemu-iotests/229
+++ b/tests/qemu-iotests/229
@@ -46,6 +46,9 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2 qed
_supported_proto file
_supported_os Linux
+# blkdebug can only inject errors on bs->file, so external data files
+# do not work with this test
+_unsupported_imgopts data_file
DEST_IMG="$TEST_DIR/d.$IMGFMT"