]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commitdiff
qemu-iotests: enable test 016 and 025 to work with NFS protocol
authorPeter Lieven <pl@kamp.de>
Mon, 3 Feb 2014 09:26:16 +0000 (10:26 +0100)
committerKevin Wolf <kwolf@redhat.com>
Sun, 9 Feb 2014 08:12:38 +0000 (09:12 +0100)
Signed-off-by: Peter Lieven <pl@kamp.de>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/016
tests/qemu-iotests/025

index b87a32bc272bd029df25f7fd99a6b231480b1766..7ea9e94b5d413f12e438e1fd51e9aabb3b870415 100755 (executable)
@@ -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
 
 
index 9426c93bd084d65ad7775ab246d095d8bfdc8c86..a5f45b454c90bc902d2e62c9c5aa25ed9e30b1a9 100755 (executable)
@@ -40,7 +40,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
 . ./common.pattern
 
 _supported_fmt raw qcow2 qed
-_supported_proto file sheepdog rbd
+_supported_proto file sheepdog rbd nfs
 _supported_os Linux
 
 echo "=== Creating image"