aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Lieven <pl@kamp.de>2014-10-25 17:05:37 +0200
committerStefan Hajnoczi <stefanha@redhat.com>2014-11-03 11:41:48 +0000
commit9ea92c210675b0d2b0ff3ccd2f7a360d1f6c5129 (patch)
tree684674414d076d84f572fdeaa6bb6e4b75ce1d61
parent7d90030196d8e08fb13ff9c081fb6343d7bcb8c5 (diff)
downloadvirtio-serial-9ea92c210675b0d2b0ff3ccd2f7a360d1f6c5129.tar.gz
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>
-rwxr-xr-xtests/qemu-iotests/1072
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/107 b/tests/qemu-iotests/107
index cad1cf98a09..9862030469a 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