diff mbox

block: qemu-iotest 107 supports NFS

Message ID 1414249537-29257-1-git-send-email-pl@kamp.de
State New
Headers show

Commit Message

Peter Lieven Oct. 25, 2014, 3:05 p.m. UTC
As discussed during review a follow up for Max's fix.

Signed-off-by: Peter Lieven <pl@kamp.de>
---
 tests/qemu-iotests/107 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Max Reitz Oct. 27, 2014, 8:11 a.m. UTC | #1
On 2014-10-25 at 17:05, Peter Lieven wrote:
> As discussed during review a follow up for Max's fix.
>
> Signed-off-by: Peter Lieven <pl@kamp.de>
> ---
>   tests/qemu-iotests/107 |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Max Reitz <mreitz@redhat.com>
Stefan Hajnoczi Oct. 29, 2014, 10:25 a.m. UTC | #2
On Sat, Oct 25, 2014 at 05:05:37PM +0200, Peter Lieven wrote:
> As discussed during review a follow up for Max's fix.
> 
> Signed-off-by: Peter Lieven <pl@kamp.de>
> ---
>  tests/qemu-iotests/107 |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my block tree:
https://github.com/stefanha/qemu/commits/block

Stefan
diff mbox

Patch

diff --git a/tests/qemu-iotests/107 b/tests/qemu-iotests/107
index cad1cf9..9862030 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