diff options
author | Thomas Huth <thuth@redhat.com> | 2019-12-18 17:15:41 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-12-19 12:55:31 +0100 |
commit | c85c6d9ec1f992a4d9b4b72cabf80235ab652b90 (patch) | |
tree | 2f723df159ae697ff2d0dce808ecffa2c1ad26e3 /tests/qemu-iotests/267 | |
parent | 00637c6b0b67694127cc01dd75f3626da23acdaa (diff) | |
download | qemu-c85c6d9ec1f992a4d9b4b72cabf80235ab652b90.zip qemu-c85c6d9ec1f992a4d9b4b72cabf80235ab652b90.tar.gz qemu-c85c6d9ec1f992a4d9b4b72cabf80235ab652b90.tar.bz2 |
iotests: Add more "_require_drivers" checks to the shell-based tests
Test 051 should be skipped if nbd is not available, and 267 should
be skipped if copy-on-read is not enabled.
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/267')
-rwxr-xr-x | tests/qemu-iotests/267 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/267 b/tests/qemu-iotests/267 index 170e173..b823668 100755 --- a/tests/qemu-iotests/267 +++ b/tests/qemu-iotests/267 @@ -40,6 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _supported_fmt qcow2 _supported_proto file _supported_os Linux +_require_drivers copy-on-read # Internal snapshots are (currently) impossible with refcount_bits=1 _unsupported_imgopts 'refcount_bits=1[^0-9]' |