aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/206
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2020-10-27 20:05:53 +0100
committerKevin Wolf <kwolf@redhat.com>2020-12-11 17:52:40 +0100
commiteda7a9c5740ffe72442ce8d078f95d5fd7449c5c (patch)
tree54d7981cb22032b0863e587f4a28819091a26f3f /tests/qemu-iotests/206
parentb4a373bc1c7c491a75d07b962841e092bbc77f64 (diff)
downloadqemu-eda7a9c5740ffe72442ce8d078f95d5fd7449c5c.zip
qemu-eda7a9c5740ffe72442ce8d078f95d5fd7449c5c.tar.gz
qemu-eda7a9c5740ffe72442ce8d078f95d5fd7449c5c.tar.bz2
iotests: Restrict some Python tests to file
Most Python tests are restricted to the file protocol (without explicitly saying so), but these are the ones that would break ./check -fuse -qcow2. Signed-off-by: Max Reitz <mreitz@redhat.com> Reviewed-by: Kevin Wolf <kwolf@redhat.com> Message-Id: <20201027190600.192171-14-mreitz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/206')
-rwxr-xr-xtests/qemu-iotests/2063
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/206 b/tests/qemu-iotests/206
index 11bc51f..0a3ee5e 100755
--- a/tests/qemu-iotests/206
+++ b/tests/qemu-iotests/206
@@ -23,7 +23,8 @@
import iotests
from iotests import imgfmt
-iotests.script_initialize(supported_fmts=['qcow2'])
+iotests.script_initialize(supported_fmts=['qcow2'],
+ supported_protocols=['file'])
iotests.verify_working_luks()
with iotests.FilePath('t.qcow2') as disk_path, \