Skip to content

Commit

Permalink
qemu-iotests: Test 137 only supports 'file' protocol
Browse files Browse the repository at this point in the history
Since test 137 make uses of qcow2.py, only local files are supported.

Signed-off-by: Jeff Cody <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
  • Loading branch information
codyprime authored and kevmw committed Feb 24, 2017
1 parent 63f495b commit 2b12baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qemu-iotests/137
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 2b12baf

Please sign in to comment.