diff options
author | Max Reitz <mreitz@redhat.com> | 2020-06-17 12:48:20 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2020-06-17 16:21:21 +0200 |
commit | e6de31bcad4079d055036b75b0a4715de6140f15 (patch) | |
tree | 98c2c92e0cc842c7ea45020939450f92d6d98c41 /tests | |
parent | c7070942c78741a7040655f94ed011c09aa832cf (diff) | |
download | qemu-e6de31bcad4079d055036b75b0a4715de6140f15.zip |
iotests/292: data_file is unsupported
Fixes: e4d7019e1a81c61de6a925c3ac5bb6e62ea21b29
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-Id: <20200617104822.27525-4-mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/292 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/qemu-iotests/292 b/tests/qemu-iotests/292 index a2de27cca4..83ab19231d 100755 --- a/tests/qemu-iotests/292 +++ b/tests/qemu-iotests/292 @@ -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" |