Commit e6de31bc authored by Max Reitz's avatar Max Reitz Committed by Kevin Wolf
Browse files

iotests/292: data_file is unsupported



Fixes: e4d7019e
Signed-off-by: default avatarMax Reitz <mreitz@redhat.com>
Message-Id: <20200617104822.27525-4-mreitz@redhat.com>
Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
parent c7070942
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
_supported_fmt qcow2
_supported_proto file
_supported_os Linux
# We need qemu-img map to show the file where the data is allocated,
# but with an external data file, it will show that instead of the
# file we want to check.  So just skip this test for external data
# files.
_unsupported_imgopts data_file

echo '### Create the backing image'
BACKING_IMG="$TEST_IMG.base"