diff options
author | Peter Lieven <pl@kamp.de> | 2014-02-03 10:26:16 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2014-02-09 09:12:38 +0100 |
commit | a19737f1bdcca1de3d0c1d7c87935d89d5ccc1e5 (patch) | |
tree | 4ac9b1df2a908f70132fe6589ea6e0bf048167f7 /tests/qemu-iotests/016 | |
parent | ecd792fd2178570b8bcf399a86af5a6d9504437b (diff) |
qemu-iotests: enable test 016 and 025 to work with NFS protocol
Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/016')
-rwxr-xr-x | tests/qemu-iotests/016 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/016 b/tests/qemu-iotests/016 index b87a32bc27..7ea9e94b5d 100755 --- a/tests/qemu-iotests/016 +++ b/tests/qemu-iotests/016 @@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter _supported_fmt raw -_supported_proto file sheepdog +_supported_proto file sheepdog nfs _supported_os Linux |