qemu-iotests: Test 137 only supports 'file' protocol
authorJeff Cody <jcody@redhat.com>
Tue, 14 Feb 2017 16:21:16 +0000 (11:21 -0500)
committerKevin Wolf <kwolf@redhat.com>
Fri, 24 Feb 2017 15:09:22 +0000 (16:09 +0100)
Since test 137 make uses of qcow2.py, only local files are supported.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/137

index e5e30de2faf4ad8a5427b85765a3babdb3cfb463..eb91e517d7d4ac2a15eddb5f3182c1478f686a82 100755 (executable)
@@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.qemu
 
 _supported_fmt qcow2
-_supported_proto generic
+_supported_proto file
 _supported_os Linux