iotests/229: data_file is unsupported
authorMax Reitz <mreitz@redhat.com>
Wed, 17 Jun 2020 10:48:21 +0000 (12:48 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 17 Jun 2020 14:21:21 +0000 (16:21 +0200)
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>
tests/qemu-iotests/229

index 99acb55ebb03b2d8328ea5bfc3b1143698a9624f..89a5359f3286eb9b17b6365997d5e682fe52c893 100755 (executable)
@@ -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"