diff options
author | Max Reitz | 2019-11-07 17:37:07 +0100 |
---|---|---|
committer | Max Reitz | 2020-01-06 13:43:07 +0100 |
commit | 3be2024aefe0024ada2fb5044c230c867ef59c67 (patch) | |
tree | 4b7ff9f3cc6f8357ff6b115c2f1f2426c5564c73 /tests/qemu-iotests/176 | |
parent | iotests: Make 198 work with data_file (diff) | |
download | qemu-3be2024aefe0024ada2fb5044c230c867ef59c67.tar.gz qemu-3be2024aefe0024ada2fb5044c230c867ef59c67.tar.xz qemu-3be2024aefe0024ada2fb5044c230c867ef59c67.zip |
iotests: Disable data_file where it cannot be used
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20191107163708.833192-22-mreitz@redhat.com
[mreitz: Also disable 273]
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/176')
-rwxr-xr-x | tests/qemu-iotests/176 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/qemu-iotests/176 b/tests/qemu-iotests/176 index 50df4c00fa..117c8b6954 100755 --- a/tests/qemu-iotests/176 +++ b/tests/qemu-iotests/176 @@ -47,8 +47,11 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow2 _supported_proto file _supported_os Linux -# Persistent dirty bitmaps require compat=1.1 -_unsupported_imgopts 'compat=0.10' +# Persistent dirty bitmaps require compat=1.1; +# Internal snapshots forbid using an external data file +# (they work with refcount_bits=1 here, though, because there actually +# is no data when creating the snapshot) +_unsupported_imgopts 'compat=0.10' data_file run_qemu() { |