diff options
author | Fam Zheng <famz@redhat.com> | 2013-11-26 14:40:33 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-01-22 12:07:16 +0100 |
commit | d2329f27c9c8408d4134c7243313dbaa37270384 (patch) | |
tree | 8de37436c6966501d129e6e3cd0343af3ca237ba /tests/qemu-iotests/059 | |
parent | 2c77f52e39ff2ba071e3b549ad7a3ebea0758edd (diff) | |
download | qemu-d2329f27c9c8408d4134c7243313dbaa37270384.zip qemu-d2329f27c9c8408d4134c7243313dbaa37270384.tar.gz qemu-d2329f27c9c8408d4134c7243313dbaa37270384.tar.bz2 |
qemu-iotests: Add _unsupported_imgopts for vmdk subformats
Some cases are not applicable for vmdk subformats those don't support
certain features, e.g. backing file, and some others can't run on
mult-file image, e.g. monolithicFlat. This adds declaration in test
cases to skip them automatically, so that iotests on vmdk can go
more smoothly (without manually picking of cases for each subformat).
Signed-off-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/059')
-rwxr-xr-x | tests/qemu-iotests/059 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qemu-iotests/059 b/tests/qemu-iotests/059 index 65bea1d..d8215ae 100755 --- a/tests/qemu-iotests/059 +++ b/tests/qemu-iotests/059 @@ -42,6 +42,9 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt vmdk _supported_proto generic _supported_os Linux +_unsupported_imgopts "subformat=monolithicFlat" \ + "subformat=twoGbMaxExtentFlat" \ + "subformat=twoGbMaxExtentSparse" capacity_offset=16 granularity_offset=20 |