diff options
author | Peter Lieven <pl@kamp.de> | 2014-10-25 17:05:37 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-11-03 11:41:48 +0000 |
commit | 9ea92c210675b0d2b0ff3ccd2f7a360d1f6c5129 (patch) | |
tree | 684674414d076d84f572fdeaa6bb6e4b75ce1d61 /tests | |
parent | 7d90030196d8e08fb13ff9c081fb6343d7bcb8c5 (diff) |
block: qemu-iotest 107 supports NFS
As discussed during review a follow up for Max's fix.
Signed-off-by: Peter Lieven <pl@kamp.de>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Message-id: 1414249537-29257-1-git-send-email-pl@kamp.de
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/qemu-iotests/107 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/107 b/tests/qemu-iotests/107 index cad1cf98a0..9862030469 100755 --- a/tests/qemu-iotests/107 +++ b/tests/qemu-iotests/107 @@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter _supported_fmt qcow2 -_supported_proto file +_supported_proto file nfs _supported_os Linux |